OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 // This features file defines manifest keys implemented under src/extensions. | 5 // This features file defines manifest keys implemented under src/extensions. |
6 // See chrome/common/extensions/api/_features.md to understand this file, as | 6 // See chrome/common/extensions/api/_features.md to understand this file, as |
7 // well as feature.h, simple_feature.h, and feature_provider.h. | 7 // well as feature.h, simple_feature.h, and feature_provider.h. |
8 | 8 |
9 { | 9 { |
10 "action_handlers": { | 10 "action_handlers": { |
11 "channel": "dev", | 11 "channel": "stable", |
12 "extension_types": ["platform_app"], | 12 "extension_types": ["platform_app"], |
13 "platforms": ["chromeos"] | 13 "platforms": ["chromeos"] |
14 }, | 14 }, |
15 "app": { | 15 "app": { |
16 "channel": "stable", | 16 "channel": "stable", |
17 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] | 17 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |
18 }, | 18 }, |
19 // The default platform app CSP can only be overridden by whitelisted apps. | 19 // The default platform app CSP can only be overridden by whitelisted apps. |
20 // This is a separate key from the top-level content_security_policy one since | 20 // This is a separate key from the top-level content_security_policy one since |
21 // we can't combine type restrictions with whitelisted ID restrictions. If | 21 // we can't combine type restrictions with whitelisted ID restrictions. If |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 "extension_types": ["platform_app"], | 331 "extension_types": ["platform_app"], |
332 "location": "component" | 332 "location": "component" |
333 } | 333 } |
334 ], | 334 ], |
335 "webview": { | 335 "webview": { |
336 "channel": "stable", | 336 "channel": "stable", |
337 "extension_types": ["platform_app"], | 337 "extension_types": ["platform_app"], |
338 "min_manifest_version": 2 | 338 "min_manifest_version": 2 |
339 } | 339 } |
340 } | 340 } |
OLD | NEW |