| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 "appNotifications": { | 6 "appNotifications": { |
| 7 "extension_types": ["packaged_app", "hosted_app"] | 7 "extension_types": ["packaged_app", "hosted_app"] |
| 8 }, | 8 }, |
| 9 "background": { | 9 "background": { |
| 10 "extension_types": [ | 10 "extension_types": [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 }, | 52 }, |
| 53 "cookies": { | 53 "cookies": { |
| 54 "extension_types": ["extension", "packaged_app"] | 54 "extension_types": ["extension", "packaged_app"] |
| 55 }, | 55 }, |
| 56 "debugger": { | 56 "debugger": { |
| 57 "extension_types": ["extension", "packaged_app", "platform_app"] | 57 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 58 }, | 58 }, |
| 59 "devtools": { | 59 "devtools": { |
| 60 "extension_types": ["extension", "packaged_app", "platform_app"] | 60 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 61 }, | 61 }, |
| 62 "dns": { |
| 63 "extension_types": ["platform_app"] |
| 64 }, |
| 62 "experimental": { | 65 "experimental": { |
| 63 "extension_types": [ | 66 "extension_types": [ |
| 64 "extension", "packaged_app", "hosted_app", "platform_app" | 67 "extension", "packaged_app", "hosted_app", "platform_app" |
| 65 ] | 68 ] |
| 66 }, | 69 }, |
| 67 "fileBrowserHandler": { | 70 "fileBrowserHandler": { |
| 68 "extension_types": ["extension", "packaged_app", "platform_app"] | 71 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 69 }, | 72 }, |
| 70 "fileBrowserPrivate": { | 73 "fileBrowserPrivate": { |
| 71 "extension_types": ["extension", "packaged_app", "platform_app"], | 74 "extension_types": ["extension", "packaged_app", "platform_app"], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 }, | 130 }, |
| 128 "plugin": { | 131 "plugin": { |
| 129 "extension_types": ["extension", "packaged_app", "platform_app"] | 132 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 130 }, | 133 }, |
| 131 "privacy": { | 134 "privacy": { |
| 132 "extension_types": ["extension", "packaged_app", "platform_app"] | 135 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 133 }, | 136 }, |
| 134 "proxy": { | 137 "proxy": { |
| 135 "extension_types": ["extension", "packaged_app", "platform_app"] | 138 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 136 }, | 139 }, |
| 140 "serial": { |
| 141 "extension_types": ["platform_app"] |
| 142 }, |
| 137 "socket": { | 143 "socket": { |
| 138 "extension_types": ["platform_app"] | 144 "extension_types": ["platform_app"] |
| 139 }, | 145 }, |
| 140 "storage": { | 146 "storage": { |
| 141 "extension_types": ["extension", "packaged_app", "platform_app"] | 147 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 142 }, | 148 }, |
| 143 "systemPrivate": { | 149 "systemPrivate": { |
| 144 "extension_types": ["extension", "packaged_app", "platform_app"], | 150 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 145 "location": "component" | 151 "location": "component" |
| 146 }, | 152 }, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store | 194 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
| 189 ] | 195 ] |
| 190 }, | 196 }, |
| 191 "webRequest": { | 197 "webRequest": { |
| 192 "extension_types": ["extension", "packaged_app"] | 198 "extension_types": ["extension", "packaged_app"] |
| 193 }, | 199 }, |
| 194 "webRequestBlocking": { | 200 "webRequestBlocking": { |
| 195 "extension_types": ["extension", "packaged_app"] | 201 "extension_types": ["extension", "packaged_app"] |
| 196 } | 202 } |
| 197 } | 203 } |
| OLD | NEW |