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 14 matching lines...) Expand all Loading... |
25 "channel": "stable", | 25 "channel": "stable", |
26 "extension_types": ["packaged_app", "hosted_app"] | 26 "extension_types": ["packaged_app", "hosted_app"] |
27 }, | 27 }, |
28 "audioCapture": { | 28 "audioCapture": { |
29 "channel": "stable", | 29 "channel": "stable", |
30 "extension_types": ["platform_app"] | 30 "extension_types": ["platform_app"] |
31 }, | 31 }, |
32 "background": { | 32 "background": { |
33 "channel": "stable", | 33 "channel": "stable", |
34 "extension_types": [ | 34 "extension_types": [ |
35 "extension", "packaged_app", "hosted_app", "platform_app" | 35 "extension", "packaged_app", "hosted_app" |
36 ] | 36 ] |
37 }, | 37 }, |
38 "bluetooth": { | 38 "bluetooth": { |
39 "channel": "dev", | 39 "channel": "dev", |
40 "extension_types": ["platform_app"] | 40 "extension_types": ["platform_app"] |
41 }, | 41 }, |
42 "bookmarkManagerPrivate": { | 42 "bookmarkManagerPrivate": { |
43 "channel": "stable", | 43 "channel": "stable", |
44 "extension_types": ["extension", "packaged_app"], | 44 "extension_types": ["extension", "packaged_app"], |
45 "location": "component" | 45 "location": "component" |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 }, | 374 }, |
375 "webRequestBlocking": { | 375 "webRequestBlocking": { |
376 "channel": "stable", | 376 "channel": "stable", |
377 "extension_types": ["extension", "packaged_app"] | 377 "extension_types": ["extension", "packaged_app"] |
378 }, | 378 }, |
379 "webview": { | 379 "webview": { |
380 "channel": "dev", | 380 "channel": "dev", |
381 "extension_types": ["platform_app"] | 381 "extension_types": ["platform_app"] |
382 } | 382 } |
383 } | 383 } |
OLD | NEW |