| 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": "stable", | 7 "channel": "stable", |
| 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": { | 16 "app.runtime": { |
| 17 "channel": "stable", | 17 "channel": "stable", |
| 18 "extension_types": ["platform_app"] | 18 "extension_types": ["platform_app"] |
| 19 }, | 19 }, |
| 20 "app.window": { | 20 "app.window": { |
| 21 "channel": "stable", | 21 "channel": "stable", |
| 22 "extension_types": ["platform_app"] | 22 "extension_types": ["platform_app"] |
| 23 }, | 23 }, |
| 24 "developerPrivate": { | 24 "developerPrivate": { |
| 25 "channel": "dev", | 25 "channel": "dev", |
| 26 "extension_types": ["packaged_app"], | 26 "extension_types": ["packaged_app"], |
| 27 "location": "component", | 27 "location": "component", |
| 28 "whitelist": "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger | 28 "whitelist": "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger |
| 29 }, | 29 }, |
| 30 "appNotifications": { | |
| 31 "channel": "stable", | |
| 32 "extension_types": ["packaged_app", "hosted_app"] | |
| 33 }, | |
| 34 "autotestPrivate": { | 30 "autotestPrivate": { |
| 35 "channel": "stable", | 31 "channel": "stable", |
| 36 "extension_types": ["extension", "packaged_app"], | 32 "extension_types": ["extension", "packaged_app"], |
| 37 "location": "component" | 33 "location": "component" |
| 38 }, | 34 }, |
| 39 "audioCapture": { | 35 "audioCapture": { |
| 40 "channel": "stable", | 36 "channel": "stable", |
| 41 "extension_types": ["platform_app"] | 37 "extension_types": ["platform_app"] |
| 42 }, | 38 }, |
| 43 "background": { | 39 "background": { |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 }, | 453 }, |
| 458 "webRequestBlocking": { | 454 "webRequestBlocking": { |
| 459 "channel": "stable", | 455 "channel": "stable", |
| 460 "extension_types": ["extension", "packaged_app"] | 456 "extension_types": ["extension", "packaged_app"] |
| 461 }, | 457 }, |
| 462 "webview": { | 458 "webview": { |
| 463 "channel": "stable", | 459 "channel": "stable", |
| 464 "extension_types": ["platform_app"] | 460 "extension_types": ["platform_app"] |
| 465 } | 461 } |
| 466 } | 462 } |
| OLD | NEW |