| Index: chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html b/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html
|
| index d9c0e9c42a371089d105672229d08c4672dc805a..281929e8bd9f6ec3993342d654029f3fd39e6bb8 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html
|
| @@ -72,7 +72,7 @@ This prevents the app from being launched in a regular session. For example:</p>
|
| "background" : {
|
| "scripts" : ["background.js"]
|
| }
|
| - },
|
| + },
|
| "manifest_version" : 2,
|
| "name" : "My Kiosk App",
|
| "version" : "1.0",
|
| @@ -107,4 +107,7 @@ payment flow</a>.</p>
|
| <li><a href=
|
| "https://github.com/KioskApps/QuickTicket"
|
| >Movie theater app</a></li>
|
| + <li><a href=
|
| +"https://chrome.google.com/webstore/category/collection/kiosk-apps"
|
| +>Kiosk apps in the chrome web store</a></li>
|
| </ul>
|
|
|