| 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",
|
| + "example": true
|
| + },
|
| "manifest_version": {
|
| "documentation": "manifest/manifest_version.html",
|
| "example": 2,
|
|
|