| OLD | NEW |
| 1 { | 1 { |
| 2 "app": { | 2 "app": { |
| 3 "documentation": "manifest/app", | 3 "documentation": "manifest/app", |
| 4 "example": {}, | 4 "example": {}, |
| 5 "level": "required" | 5 "level": "required" |
| 6 }, | 6 }, |
| 7 "app.background": { | 7 "app.background": { |
| 8 "example": {"scripts": ["background.js"]}, | 8 "example": {"scripts": ["background.js"]}, |
| 9 "level": "required" | 9 "level": "required" |
| 10 }, | 10 }, |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "documentation": "manifest/icons", | 108 "documentation": "manifest/icons", |
| 109 "example": {}, | 109 "example": {}, |
| 110 "level": "recommended" | 110 "level": "recommended" |
| 111 }, | 111 }, |
| 112 "import": { | 112 "import": { |
| 113 "documentation": "shared_modules", | 113 "documentation": "shared_modules", |
| 114 "example": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}] | 114 "example": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}] |
| 115 }, | 115 }, |
| 116 "incognito": { | 116 "incognito": { |
| 117 "documentation": "manifest/incognito", | 117 "documentation": "manifest/incognito", |
| 118 "example": "spanning or split" | 118 "example": "spanning, split, or not_allowed" |
| 119 }, | 119 }, |
| 120 "key": { | 120 "key": { |
| 121 "documentation": "manifest/key", | 121 "documentation": "manifest/key", |
| 122 "example": "publicKey" | 122 "example": "publicKey" |
| 123 }, | 123 }, |
| 124 "kiosk_enabled": { | 124 "kiosk_enabled": { |
| 125 "documentation": "manifest/kiosk_enabled#kiosk_enabled", | 125 "documentation": "manifest/kiosk_enabled#kiosk_enabled", |
| 126 "example": true | 126 "example": true |
| 127 }, | 127 }, |
| 128 "kiosk_only": { | 128 "kiosk_only": { |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 }, | 243 }, |
| 244 "web_accessible_resources": { | 244 "web_accessible_resources": { |
| 245 "documentation": "manifest/web_accessible_resources", | 245 "documentation": "manifest/web_accessible_resources", |
| 246 "example": [] | 246 "example": [] |
| 247 }, | 247 }, |
| 248 "webview": { | 248 "webview": { |
| 249 "documentation": "tags/webview#local_resources", | 249 "documentation": "tags/webview#local_resources", |
| 250 "example": {} | 250 "example": {} |
| 251 } | 251 } |
| 252 } | 252 } |
| OLD | NEW |