Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "host-permissions": { | 2 "host-permissions": { |
| 3 "channel": "stable", | 3 "channel": "stable", |
| 4 "anchor": "host-permissions", | 4 "anchor": "host-permissions", |
| 5 "name": "[scheme]:[host]/*", | 5 "name": "[scheme]:[host]/*", |
| 6 "partial": "permissions/host_permissions.html", | 6 "partial": "permissions/host_permissions.html", |
| 7 "extension_types": ["legacy_packaged_app", "extension", "platform_app"] | 7 "extension_types": ["legacy_packaged_app", "extension", "platform_app"] |
| 8 }, | 8 }, |
| 9 "activeTab": { | 9 "activeTab": { |
| 10 "partial": "permissions/active_tab.html" | 10 "partial": "permissions/active_tab.html" |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 47 }, | 47 }, |
| 48 "tabs": { | 48 "tabs": { |
| 49 "partial": "permissions/tabs.html" | 49 "partial": "permissions/tabs.html" |
| 50 }, | 50 }, |
| 51 "unlimitedStorage": { | 51 "unlimitedStorage": { |
| 52 "partial": "permissions/unlimited_storage.html" | 52 "partial": "permissions/unlimited_storage.html" |
| 53 }, | 53 }, |
| 54 "videoCapture": { | 54 "videoCapture": { |
| 55 "partial": "permissions/video_capture.html" | 55 "partial": "permissions/video_capture.html" |
| 56 }, | 56 }, |
| 57 "wallpaper": { | |
| 58 "partial": "permissions/wallpaper.html" | |
|
not at google - send to devlin
2013/11/14 21:55:55
there isn't any page at "permissions/wallpaper.htm
bshe
2013/11/14 22:47:30
Done.
| |
| 59 }, | |
| 57 "webRequestBlocking": { | 60 "webRequestBlocking": { |
| 58 "partial": "permissions/web_request_blocking.html" | 61 "partial": "permissions/web_request_blocking.html" |
| 59 }, | 62 }, |
| 60 "webview": { | 63 "webview": { |
| 61 "partial": "permissions/webview.html" | 64 "partial": "permissions/webview.html" |
| 62 } | 65 } |
| 63 } | 66 } |
| OLD | NEW |