| 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,
|
|
|