| 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 // This features file defines manifest keys implemented under src/chrome. | 5 // This features file defines manifest keys implemented under src/chrome. |
| 6 // See extensions/common/features/* to understand this file, in particular | 6 // See extensions/common/features/* to understand this file, in particular |
| 7 // feature.h, simple_feature.h, and base_feature_provider.h. | 7 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 8 | 8 |
| 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| 10 // | 10 // |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "channel": "stable", | 146 "channel": "stable", |
| 147 "extension_types": ["extension", "legacy_packaged_app"] | 147 "extension_types": ["extension", "legacy_packaged_app"] |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "channel": "stable", | 150 "channel": "stable", |
| 151 "extension_types": ["platform_app"], | 151 "extension_types": ["platform_app"], |
| 152 "location": "component" | 152 "location": "component" |
| 153 } | 153 } |
| 154 ], | 154 ], |
| 155 "file_system_provider_capabilities": { | 155 "file_system_provider_capabilities": { |
| 156 "channel": "dev", | 156 "channel": "stable", |
| 157 "extension_types": ["extension", "platform_app"] | 157 "extension_types": ["extension", "platform_app"] |
| 158 }, | 158 }, |
| 159 "homepage_url": { | 159 "homepage_url": { |
| 160 "channel": "stable", | 160 "channel": "stable", |
| 161 "extension_types": ["extension", "legacy_packaged_app"] | 161 "extension_types": ["extension", "legacy_packaged_app"] |
| 162 }, | 162 }, |
| 163 "import": { | 163 "import": { |
| 164 "channel": "stable", | 164 "channel": "stable", |
| 165 "extension_types": "all" | 165 "extension_types": "all" |
| 166 }, | 166 }, |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 }, | 260 }, |
| 261 "update_url": { | 261 "update_url": { |
| 262 "channel": "stable", | 262 "channel": "stable", |
| 263 "extension_types": "all" | 263 "extension_types": "all" |
| 264 }, | 264 }, |
| 265 "url_handlers": { | 265 "url_handlers": { |
| 266 "channel": "stable", | 266 "channel": "stable", |
| 267 "extension_types": ["platform_app"] | 267 "extension_types": ["platform_app"] |
| 268 } | 268 } |
| 269 } | 269 } |
| OLD | NEW |