Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html

Issue 342773003: Trying to get review for one-line change in Patch Set 3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding link to gallery of existing kiosk apps in the chrome web store. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698