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

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 23604068: Add "kiosk_only" manifest attribute for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change ManifestData to single KioskModeInfo Created 7 years, 3 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
Index: chrome/common/extensions/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index b3ac91f4ae43f8b4733d2cf411b46b749290d9a1..c3362a59ba0662e98d95aca50499ad4e80cff1b2 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -78,6 +78,10 @@
"documentation": "manifest/kiosk_enabled.html",
"example": true
},
+ "kiosk_only": {
+ "documentation": "manifest/kiosk_only.html",
not at google - send to devlin 2013/09/24 21:57:39 I.e. "manifest/kiosk_enabled.html#kiosk_only"
Tim Song 2013/09/24 22:38:25 Done.
+ "example": true
+ },
"manifest_version": {
"documentation": "manifest/manifest_version.html",
"example": 2,

Powered by Google App Engine
This is Rietveld 408576698