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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "40063F1CF7B68BA847A26FA6620DDF156171D23C", | 115 "40063F1CF7B68BA847A26FA6620DDF156171D23C", |
116 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", | 116 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", |
117 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", | 117 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", |
118 "02037314DA4D913640DCF0E296A7D01F4FD793EC", | 118 "02037314DA4D913640DCF0E296A7D01F4FD793EC", |
119 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", | 119 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", |
120 "48CA541313139786F056DBCB504A1025CFF5D2E3", | 120 "48CA541313139786F056DBCB504A1025CFF5D2E3", |
121 "05106136AE7F08A3C181D4648E5438350B1D2B4F" | 121 "05106136AE7F08A3C181D4648E5438350B1D2B4F" |
122 ] | 122 ] |
123 } | 123 } |
124 ], | 124 ], |
| 125 "app.window.alpha": [ |
| 126 { |
| 127 "channel": "dev", |
| 128 "extension_types": ["platform_app"] |
| 129 }, |
| 130 { |
| 131 "channel": "stable", |
| 132 "extension_types": ["platform_app"], |
| 133 "whitelist": [ |
| 134 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 |
| 135 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", |
| 136 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 |
| 137 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", |
| 138 "312745D9BF916161191143F6490085EEA0434997", |
| 139 "53041A2FA309EECED01FFC751E7399186E860B2C" |
| 140 ] |
| 141 } |
| 142 ], |
125 "audio": [ | 143 "audio": [ |
126 { | 144 { |
127 "channel": "dev", | 145 "channel": "dev", |
128 "extension_types": ["platform_app"] | 146 "extension_types": ["platform_app"] |
129 }, | 147 }, |
130 { | 148 { |
131 "channel": "stable", | 149 "channel": "stable", |
132 "extension_types": ["platform_app"], | 150 "extension_types": ["platform_app"], |
133 "whitelist": [ | 151 "whitelist": [ |
134 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 152 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 // Only allowed for whitelisted extensions until all the caveats are | 1150 // Only allowed for whitelisted extensions until all the caveats are |
1133 // addressed. Tracked in crbug/285151. | 1151 // addressed. Tracked in crbug/285151. |
1134 "channel": "stable", | 1152 "channel": "stable", |
1135 "extension_types": ["extension"], | 1153 "extension_types": ["extension"], |
1136 "location": "component", | 1154 "location": "component", |
1137 "whitelist": [ | 1155 "whitelist": [ |
1138 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1156 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1139 ] | 1157 ] |
1140 }] | 1158 }] |
1141 } | 1159 } |
OLD | NEW |