| 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 permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/chrome. | 6 // under src/chrome. |
| 7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
| 8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "extension_types": ["platform_app"] | 59 "extension_types": ["platform_app"] |
| 60 }, | 60 }, |
| 61 "app.window.fullscreen.overrideEsc": { | 61 "app.window.fullscreen.overrideEsc": { |
| 62 "channel": "stable", | 62 "channel": "stable", |
| 63 "extension_types": ["platform_app"] | 63 "extension_types": ["platform_app"] |
| 64 }, | 64 }, |
| 65 "app.window.shape": { | 65 "app.window.shape": { |
| 66 "channel": "dev", | 66 "channel": "dev", |
| 67 "extension_types": ["platform_app"] | 67 "extension_types": ["platform_app"] |
| 68 }, | 68 }, |
| 69 "app.window.alpha": { |
| 70 "channel": "dev", |
| 71 "extension_types": ["platform_app"] |
| 72 }, |
| 69 "audio": [ | 73 "audio": [ |
| 70 { | 74 { |
| 71 "channel": "dev", | 75 "channel": "dev", |
| 72 "extension_types": ["platform_app"] | 76 "extension_types": ["platform_app"] |
| 73 }, | 77 }, |
| 74 { | 78 { |
| 75 "channel": "stable", | 79 "channel": "stable", |
| 76 "extension_types": ["platform_app"], | 80 "extension_types": ["platform_app"], |
| 77 "whitelist": [ | 81 "whitelist": [ |
| 78 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 82 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
| (...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 // Only allowed for whitelisted extensions until all the caveats are | 971 // Only allowed for whitelisted extensions until all the caveats are |
| 968 // addressed. Tracked in crbug/285151. | 972 // addressed. Tracked in crbug/285151. |
| 969 "channel": "stable", | 973 "channel": "stable", |
| 970 "extension_types": ["extension"], | 974 "extension_types": ["extension"], |
| 971 "location": "component", | 975 "location": "component", |
| 972 "whitelist": [ | 976 "whitelist": [ |
| 973 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 977 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 974 ] | 978 ] |
| 975 }] | 979 }] |
| 976 } | 980 } |
| OLD | NEW |