| 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 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "channel": "stable", | 176 "channel": "stable", |
| 177 "extension_types": ["platform_app"], | 177 "extension_types": ["platform_app"], |
| 178 "location": "component" | 178 "location": "component" |
| 179 } | 179 } |
| 180 ], | 180 ], |
| 181 "key": { | 181 "key": { |
| 182 "channel": "stable", | 182 "channel": "stable", |
| 183 "extension_types": "all" | 183 "extension_types": "all" |
| 184 }, | 184 }, |
| 185 "kiosk": { | 185 "kiosk": { |
| 186 "channel": "dev", | 186 "channel": "stable", |
| 187 "extension_types": ["platform_app"] | 187 "extension_types": ["platform_app"] |
| 188 }, | 188 }, |
| 189 "kiosk.required_platform_version": { | 189 "kiosk.required_platform_version": { |
| 190 "channel": "dev", | 190 "channel": "stable", |
| 191 "extension_types": ["platform_app"] | 191 "extension_types": ["platform_app"] |
| 192 }, | 192 }, |
| 193 "kiosk_enabled": { | 193 "kiosk_enabled": { |
| 194 "channel": "stable", | 194 "channel": "stable", |
| 195 "extension_types": [ | 195 "extension_types": [ |
| 196 "platform_app" | 196 "platform_app" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 "kiosk_only": { | 199 "kiosk_only": { |
| 200 "channel": "stable", | 200 "channel": "stable", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "extension_types": ["platform_app"], | 329 "extension_types": ["platform_app"], |
| 330 "location": "component" | 330 "location": "component" |
| 331 } | 331 } |
| 332 ], | 332 ], |
| 333 "webview": { | 333 "webview": { |
| 334 "channel": "stable", | 334 "channel": "stable", |
| 335 "extension_types": ["platform_app"], | 335 "extension_types": ["platform_app"], |
| 336 "min_manifest_version": 2 | 336 "min_manifest_version": 2 |
| 337 } | 337 } |
| 338 } | 338 } |
| OLD | NEW |