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

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

Issue 26227005: Merge 225400 "Add "kiosk_only" manifest attribute for platform a..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years, 2 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
===================================================================
--- chrome/common/extensions/docs/templates/json/manifest.json (revision 227631)
+++ chrome/common/extensions/docs/templates/json/manifest.json (working copy)
@@ -75,9 +75,13 @@
"example": "publicKey"
},
"kiosk_enabled": {
- "documentation": "manifest/kiosk_enabled.html",
+ "documentation": "manifest/kiosk_enabled.html#kiosk_enabled",
"example": true
},
+ "kiosk_only": {
+ "documentation": "manifest/kiosk_enabled.html#kiosk_only",
+ "example": true
+ },
"manifest_version": {
"documentation": "manifest/manifest_version.html",
"example": 2,

Powered by Google App Engine
This is Rietveld 408576698