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 permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
6 // under src/extensions. | 6 // under src/extensions. |
7 | 7 |
8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
10 | 10 |
11 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 11 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
12 // | 12 // |
13 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 13 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
14 // sha1sum | tr '[:lower:]' '[:upper:]' | 14 // sha1sum | tr '[:lower:]' '[:upper:]' |
15 // 9A0417016F345C934A1A88F55CA17C05014EEEBA - | 15 // 9A0417016F345C934A1A88F55CA17C05014EEEBA - |
16 // | 16 // |
17 // Google employees: please update http://go/chrome-api-whitelist to map | 17 // Google employees: please update http://go/chrome-api-whitelist to map |
18 // hashes back to ids. | 18 // hashes back to ids. |
19 | 19 |
20 // If you add a new platform_app permission please update the "stubs_app" test: | 20 // If you add a new platform_app permission please update the "stubs_app" test: |
21 // chrome/test/data/extensions/api_test/stubs_app/manifest.json | 21 // chrome/test/data/extensions/api_test/stubs_app/manifest.json |
22 | 22 |
23 { | 23 { |
| 24 "app.window.alwaysOnTop": { |
| 25 "channel": "stable", |
| 26 "extension_types": ["platform_app"] |
| 27 }, |
| 28 "app.window.fullscreen": { |
| 29 "channel": "stable", |
| 30 "extension_types": ["platform_app"] |
| 31 }, |
| 32 "app.window.fullscreen.overrideEsc": { |
| 33 "channel": "stable", |
| 34 "extension_types": ["platform_app"] |
| 35 }, |
| 36 "app.window.alpha": [ |
| 37 { |
| 38 "channel": "dev", |
| 39 "extension_types": ["platform_app"] |
| 40 }, |
| 41 { |
| 42 "channel": "stable", |
| 43 "extension_types": ["platform_app"], |
| 44 "whitelist": [ |
| 45 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 |
| 46 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", |
| 47 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 |
| 48 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", |
| 49 "312745D9BF916161191143F6490085EEA0434997", |
| 50 "53041A2FA309EECED01FFC751E7399186E860B2C" |
| 51 ] |
| 52 } |
| 53 ], |
| 54 "app.window.shape": [ |
| 55 { |
| 56 "channel": "dev", |
| 57 "extension_types": ["platform_app"] |
| 58 }, |
| 59 { |
| 60 "channel": "stable", |
| 61 "extension_types": ["platform_app"], |
| 62 "whitelist": [ |
| 63 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 |
| 64 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", |
| 65 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 |
| 66 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", |
| 67 "312745D9BF916161191143F6490085EEA0434997", |
| 68 "53041A2FA309EECED01FFC751E7399186E860B2C", |
| 69 "EBA908206905323CECE6DC4B276A58A0F4AC573F", |
| 70 "2775E568AC98F9578791F1EAB65A1BF5F8CEF414", |
| 71 "4AA3C5D69A4AECBD236CAD7884502209F0F5C169", |
| 72 "E410CDAB2C6E6DD408D731016CECF2444000A912", |
| 73 "9E930B2B5EABA6243AE6C710F126E54688E8FAF6", |
| 74 "FAFE8EFDD2D6AE2EEB277AFEB91C870C79064D9E", // http://crbug.com/327507 |
| 75 "3B52D273A271D4E2348233E322426DBAE854B567", |
| 76 "5DF6ADC8708DF59FCFDDBF16AFBFB451380C2059", |
| 77 "1037DEF5F6B06EA46153AD87B6C5C37440E3F2D1", |
| 78 "F5815DAFEB8C53B078DD1853B2059E087C42F139", |
| 79 "6A08EFFF9C16E090D6DCC7EC55A01CADAE840513", |
| 80 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258 |
| 81 "9099782647D39C778E15C8C6E0D23C88F5CDE170", |
| 82 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0", |
| 83 "89349DBAA2C4022FB244AA50182AB60934EB41EE", |
| 84 "CB593E510640572A995CB1B6D41BD85ED51E63F8", |
| 85 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612", |
| 86 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D", |
| 87 "D2C488C80C3C90C3E01A991112A05E37831E17D0", |
| 88 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F", |
| 89 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777", |
| 90 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868", |
| 91 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324 |
| 92 "C6EA52B92F80878515F94137020F01519357E5B5", |
| 93 "E466389F058ABD73FF6FDD06F768A351FCBF8532", |
| 94 "40063F1CF7B68BA847A26FA6620DDF156171D23C", |
| 95 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", |
| 96 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", |
| 97 "02037314DA4D913640DCF0E296A7D01F4FD793EC", |
| 98 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", |
| 99 "48CA541313139786F056DBCB504A1025CFF5D2E3", |
| 100 "05106136AE7F08A3C181D4648E5438350B1D2B4F" |
| 101 ] |
| 102 } |
| 103 ], |
24 "audioCapture": [ | 104 "audioCapture": [ |
25 { | 105 { |
26 "channel": "stable", | 106 "channel": "stable", |
27 "extension_types": ["platform_app"] | 107 "extension_types": ["platform_app"] |
28 }, | 108 }, |
29 { | 109 { |
30 "channel": "stable", | 110 "channel": "stable", |
31 "extension_types": ["extension"], | 111 "extension_types": ["extension"], |
32 "whitelist": [ | 112 "whitelist": [ |
33 // http://crbug.com/292856 | 113 // http://crbug.com/292856 |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "extension_types": ["extension"], | 289 "extension_types": ["extension"], |
210 "whitelist": [ | 290 "whitelist": [ |
211 // http://crbug.com/292856 | 291 // http://crbug.com/292856 |
212 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", | 292 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", |
213 "09FDCB5851B8F3378DB630D06E316076E89C95A6", | 293 "09FDCB5851B8F3378DB630D06E316076E89C95A6", |
214 "A434B90223C3C52F2B69DB494736B63C612C774D" | 294 "A434B90223C3C52F2B69DB494736B63C612C774D" |
215 ] | 295 ] |
216 } | 296 } |
217 ] | 297 ] |
218 } | 298 } |
OLD | NEW |