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 }, |
11 "alarms": { | 11 "alarms": { |
12 "channel": "stable", | 12 "channel": "stable", |
13 "extension_types": ["extension", "packaged_app", "platform_app"], | 13 "extension_types": ["extension", "packaged_app", "platform_app"], |
14 "min_manifest_version": 2 | 14 "min_manifest_version": 2 |
15 }, | 15 }, |
| 16 "app.runtime": { |
| 17 "channel": "stable", |
| 18 "extension_types": ["platform_app"] |
| 19 }, |
16 "app.window": { | 20 "app.window": { |
17 "channel": "dev", | 21 "channel": "dev", |
18 "extension_types": ["platform_app"] | 22 "extension_types": ["platform_app"] |
19 }, | 23 }, |
20 "appNotifications": { | 24 "appNotifications": { |
21 "channel": "stable", | 25 "channel": "stable", |
22 "extension_types": ["packaged_app", "hosted_app"] | 26 "extension_types": ["packaged_app", "hosted_app"] |
23 }, | 27 }, |
24 "audioCapture": { | 28 "audioCapture": { |
25 "channel": "stable", | 29 "channel": "stable", |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 }, | 321 }, |
318 "webRequest": { | 322 "webRequest": { |
319 "channel": "stable", | 323 "channel": "stable", |
320 "extension_types": ["extension", "packaged_app"] | 324 "extension_types": ["extension", "packaged_app"] |
321 }, | 325 }, |
322 "webRequestBlocking": { | 326 "webRequestBlocking": { |
323 "channel": "stable", | 327 "channel": "stable", |
324 "extension_types": ["extension", "packaged_app"] | 328 "extension_types": ["extension", "packaged_app"] |
325 } | 329 } |
326 } | 330 } |
OLD | NEW |