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", | |
not at google - send to devlin
2013/10/17 18:18:20
you need to actually add this file. it should cont
bshe
2013/10/17 20:32:18
Done.
| |
58 "platforms": ["app"] | |
not at google - send to devlin
2013/10/17 18:18:20
you don't need the platform, docserver can figure
bshe
2013/10/17 20:32:18
Done.
| |
59 }, | |
56 "webRequestBlocking": { | 60 "webRequestBlocking": { |
57 "partial": "permissions/web_request_blocking.html" | 61 "partial": "permissions/web_request_blocking.html" |
58 }, | 62 }, |
59 "webview": { | 63 "webview": { |
60 "partial": "permissions/webview.html" | 64 "partial": "permissions/webview.html" |
61 } | 65 } |
62 } | 66 } |
OLD | NEW |