| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "extension_types": ["platform_app"] | 134 "extension_types": ["platform_app"] |
| 135 }, | 135 }, |
| 136 "storage": { | 136 "storage": { |
| 137 "extension_types": ["extension", "packaged_app", "platform_app"] | 137 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 138 }, | 138 }, |
| 139 "systemPrivate": { | 139 "systemPrivate": { |
| 140 "extension_types": ["extension", "packaged_app", "platform_app"], | 140 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 141 "location": "component" | 141 "location": "component" |
| 142 }, | 142 }, |
| 143 "tabs": { | 143 "tabs": { |
| 144 "extension_types": ["extension", "packaged_app"] | 144 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 145 }, | 145 }, |
| 146 "terminalPrivate": { | 146 "terminalPrivate": { |
| 147 "extension_types": ["extension", "packaged_app", "platform_app"], | 147 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 148 "whitelist": [ | 148 "whitelist": [ |
| 149 "pnhechapfaindjhompbnflcldabbghjo", // HTerm | 149 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 150 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev | 150 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 "tts": { | 153 "tts": { |
| 154 "extension_types": ["extension", "packaged_app", "platform_app"] | 154 "extension_types": ["extension", "packaged_app", "platform_app"] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 181 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store | 181 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 "webRequest": { | 184 "webRequest": { |
| 185 "extension_types": ["extension", "packaged_app"] | 185 "extension_types": ["extension", "packaged_app"] |
| 186 }, | 186 }, |
| 187 "webRequestBlocking": { | 187 "webRequestBlocking": { |
| 188 "extension_types": ["extension", "packaged_app"] | 188 "extension_types": ["extension", "packaged_app"] |
| 189 } | 189 } |
| 190 } | 190 } |
| OLD | NEW |