OLD | NEW |
1 { | 1 { |
2 "host-permissions": { | 2 "host-permissions": { |
3 "anchor": "match-pattern", | 3 "anchor": "match-pattern", |
4 "name": "[scheme]:[host]/*", | 4 "name": "[scheme]:[host]/*", |
5 "partial": "permissions/host_permissions.html", | 5 "partial": "permissions/host_permissions.html", |
6 "platforms": ["app", "extension"] | 6 "platforms": ["app", "extension"] |
7 }, | 7 }, |
8 "activeTab": { | 8 "activeTab": { |
9 "partial": "permissions/active_tab.html" | 9 "partial": "permissions/active_tab.html" |
10 }, | 10 }, |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 }, | 46 }, |
47 "tabs": { | 47 "tabs": { |
48 "partial": "permissions/tabs.html" | 48 "partial": "permissions/tabs.html" |
49 }, | 49 }, |
50 "unlimitedStorage": { | 50 "unlimitedStorage": { |
51 "partial": "permissions/unlimited_storage.html" | 51 "partial": "permissions/unlimited_storage.html" |
52 }, | 52 }, |
53 "videoCapture": { | 53 "videoCapture": { |
54 "partial": "permissions/video_capture.html" | 54 "partial": "permissions/video_capture.html" |
55 }, | 55 }, |
| 56 "wallpaper": { |
| 57 "partial": "permissions/wallpaper.html" |
| 58 }, |
56 "webRequestBlocking": { | 59 "webRequestBlocking": { |
57 "partial": "permissions/web_request_blocking.html" | 60 "partial": "permissions/web_request_blocking.html" |
58 }, | 61 }, |
59 "webview": { | 62 "webview": { |
60 "partial": "permissions/webview.html" | 63 "partial": "permissions/webview.html" |
61 } | 64 } |
62 } | 65 } |
OLD | NEW |