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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 }, | 53 }, |
54 "appview": { | 54 "appview": { |
55 "channel": "dev", | 55 "channel": "dev", |
56 "extension_types": ["platform_app"] | 56 "extension_types": ["platform_app"] |
57 }, | 57 }, |
58 "alarms": { | 58 "alarms": { |
59 "channel": "stable", | 59 "channel": "stable", |
60 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 60 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
61 "min_manifest_version": 2 | 61 "min_manifest_version": 2 |
62 }, | 62 }, |
63 "app.window.alwaysOnTop": { | |
64 "channel": "stable", | |
65 "extension_types": ["platform_app"] | |
66 }, | |
67 "app.window.fullscreen": { | |
68 "channel": "stable", | |
69 "extension_types": ["platform_app"] | |
70 }, | |
71 "app.window.fullscreen.overrideEsc": { | |
72 "channel": "stable", | |
73 "extension_types": ["platform_app"] | |
74 }, | |
75 "app.window.alpha": [ | |
76 { | |
77 "channel": "dev", | |
78 "extension_types": ["platform_app"] | |
79 }, | |
80 { | |
81 "channel": "stable", | |
82 "extension_types": ["platform_app"], | |
83 "whitelist": [ | |
84 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 | |
85 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", | |
86 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 | |
87 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", | |
88 "312745D9BF916161191143F6490085EEA0434997", | |
89 "53041A2FA309EECED01FFC751E7399186E860B2C" | |
90 ] | |
91 } | |
92 ], | |
93 "app.window.shape": [ | |
94 { | |
95 "channel": "dev", | |
96 "extension_types": ["platform_app"] | |
97 }, | |
98 { | |
99 "channel": "stable", | |
100 "extension_types": ["platform_app"], | |
101 "whitelist": [ | |
102 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 | |
103 "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", | |
104 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 | |
105 "A74A4D44C7CFCD8844830E6140C8D763E12DD8F3", | |
106 "312745D9BF916161191143F6490085EEA0434997", | |
107 "53041A2FA309EECED01FFC751E7399186E860B2C", | |
108 "EBA908206905323CECE6DC4B276A58A0F4AC573F", | |
109 "2775E568AC98F9578791F1EAB65A1BF5F8CEF414", | |
110 "4AA3C5D69A4AECBD236CAD7884502209F0F5C169", | |
111 "E410CDAB2C6E6DD408D731016CECF2444000A912", | |
112 "9E930B2B5EABA6243AE6C710F126E54688E8FAF6", | |
113 "FAFE8EFDD2D6AE2EEB277AFEB91C870C79064D9E", // http://crbug.com/327507 | |
114 "3B52D273A271D4E2348233E322426DBAE854B567", | |
115 "5DF6ADC8708DF59FCFDDBF16AFBFB451380C2059", | |
116 "1037DEF5F6B06EA46153AD87B6C5C37440E3F2D1", | |
117 "F5815DAFEB8C53B078DD1853B2059E087C42F139", | |
118 "6A08EFFF9C16E090D6DCC7EC55A01CADAE840513", | |
119 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258 | |
120 "9099782647D39C778E15C8C6E0D23C88F5CDE170", | |
121 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0", | |
122 "89349DBAA2C4022FB244AA50182AB60934EB41EE", | |
123 "CB593E510640572A995CB1B6D41BD85ED51E63F8", | |
124 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612", | |
125 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D", | |
126 "D2C488C80C3C90C3E01A991112A05E37831E17D0", | |
127 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F", | |
128 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777", | |
129 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868", | |
130 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324 | |
131 "C6EA52B92F80878515F94137020F01519357E5B5", | |
132 "E466389F058ABD73FF6FDD06F768A351FCBF8532", | |
133 "40063F1CF7B68BA847A26FA6620DDF156171D23C", | |
134 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A", | |
135 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912", | |
136 "02037314DA4D913640DCF0E296A7D01F4FD793EC", | |
137 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5", | |
138 "48CA541313139786F056DBCB504A1025CFF5D2E3", | |
139 "05106136AE7F08A3C181D4648E5438350B1D2B4F" | |
140 ] | |
141 } | |
142 ], | |
143 "audio": [ | 63 "audio": [ |
144 { | 64 { |
145 "channel": "dev", | 65 "channel": "dev", |
146 "extension_types": ["platform_app"] | 66 "extension_types": ["platform_app"] |
147 }, | 67 }, |
148 { | 68 { |
149 "channel": "stable", | 69 "channel": "stable", |
150 "extension_types": ["platform_app"], | 70 "extension_types": ["platform_app"], |
151 "whitelist": [ | 71 "whitelist": [ |
152 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", | 72 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", |
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1146 // Only allowed for whitelisted extensions until all the caveats are | 1066 // Only allowed for whitelisted extensions until all the caveats are |
1147 // addressed. Tracked in crbug/285151. | 1067 // addressed. Tracked in crbug/285151. |
1148 "channel": "stable", | 1068 "channel": "stable", |
1149 "extension_types": ["extension"], | 1069 "extension_types": ["extension"], |
1150 "location": "component", | 1070 "location": "component", |
1151 "whitelist": [ | 1071 "whitelist": [ |
1152 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1072 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1153 ] | 1073 ] |
1154 }] | 1074 }] |
1155 } | 1075 } |
OLD | NEW |