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 "activeTab": { | 6 "activeTab": { |
7 "channel": "dev", | 7 "channel": "dev", |
8 "extension_types": ["extension", "packaged_app"], | 8 "extension_types": ["extension", "packaged_app"], |
9 "min_manifest_version": 2 | 9 "min_manifest_version": 2 |
10 }, | 10 }, |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "channel": "stable", | 210 "channel": "stable", |
211 "extension_types": [ "platform_app" ] | 211 "extension_types": [ "platform_app" ] |
212 }, | 212 }, |
213 // TODO(thestig) Remove this as part of http:://crbug.com/144496 | 213 // TODO(thestig) Remove this as part of http:://crbug.com/144496 |
214 "mediaGalleriesPrivate": { | 214 "mediaGalleriesPrivate": { |
215 "channel": "stable", | 215 "channel": "stable", |
216 "extension_types": [ "platform_app" ], | 216 "extension_types": [ "platform_app" ], |
217 "whitelist": [ | 217 "whitelist": [ |
218 "ebpbnabdhheoknfklmpddcdijjkmklkp", | 218 "ebpbnabdhheoknfklmpddcdijjkmklkp", |
219 "efjnaogkjbogokcnohkmnjdojkikgobo", | 219 "efjnaogkjbogokcnohkmnjdojkikgobo", |
220 "ejegoaikibpmikoejfephaneibodccma" | 220 "ejegoaikibpmikoejfephaneibodccma", |
221 ] | 221 ] |
222 }, | 222 }, |
223 "mediaPlayerPrivate": { | 223 "mediaPlayerPrivate": { |
224 "channel": "stable", | 224 "channel": "stable", |
225 "extension_types": ["extension", "packaged_app"], | 225 "extension_types": ["extension", "packaged_app"], |
226 "location": "component" | 226 "location": "component" |
227 }, | 227 }, |
228 "metricsPrivate": { | 228 "metricsPrivate": { |
229 "channel": "stable", | 229 "channel": "stable", |
230 "extension_types": ["extension", "packaged_app", "platform_app"], | 230 "extension_types": ["extension", "packaged_app", "platform_app"], |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 }, | 404 }, |
405 "webRequestBlocking": { | 405 "webRequestBlocking": { |
406 "channel": "stable", | 406 "channel": "stable", |
407 "extension_types": ["extension", "packaged_app"] | 407 "extension_types": ["extension", "packaged_app"] |
408 }, | 408 }, |
409 "webview": { | 409 "webview": { |
410 "channel": "stable", | 410 "channel": "stable", |
411 "extension_types": ["platform_app"] | 411 "extension_types": ["platform_app"] |
412 } | 412 } |
413 } | 413 } |
OLD | NEW |