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 manifest keys implemented under src/chrome. | 5 // This features file defines manifest keys implemented under src/chrome. |
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 { | 100 { |
101 "channel": "stable", | 101 "channel": "stable", |
102 "extension_types": ["legacy_packaged_app", "platform_app", "hosted_app"], | 102 "extension_types": ["legacy_packaged_app", "platform_app", "hosted_app"], |
103 "location": "component" | 103 "location": "component" |
104 }, | 104 }, |
105 { | 105 { |
106 "channel": "stable", | 106 "channel": "stable", |
107 "extension_types": ["legacy_packaged_app", "platform_app"], | 107 "extension_types": ["legacy_packaged_app", "platform_app"], |
108 "whitelist": [ | 108 "whitelist": [ |
109 "nmmhkkegccagdldgiimedpiccmgmieda", | 109 "nmmhkkegccagdldgiimedpiccmgmieda", |
110 "oedeeodfidgoollimchfdnbmhcpnklnd" // ZIP unpacker. | 110 "oedeeodfidgoollimchfdnbmhcpnklnd", // ZIP unpacker. |
| 111 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/453955 |
| 112 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/453955 |
| 113 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/453955 |
| 114 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/453955 |
111 ] | 115 ] |
112 } | 116 } |
113 ], | 117 ], |
114 "display_in_new_tab_page": [ | 118 "display_in_new_tab_page": [ |
115 { | 119 { |
116 "channel": "stable", | 120 "channel": "stable", |
117 "extension_types": ["legacy_packaged_app", "platform_app", "hosted_app"], | 121 "extension_types": ["legacy_packaged_app", "platform_app", "hosted_app"], |
118 "location": "component" | 122 "location": "component" |
119 }, | 123 }, |
120 { | 124 { |
121 "channel": "stable", | 125 "channel": "stable", |
122 "extension_types": ["legacy_packaged_app", "platform_app"], | 126 "extension_types": ["legacy_packaged_app", "platform_app"], |
123 "whitelist": [ | 127 "whitelist": [ |
124 "nmmhkkegccagdldgiimedpiccmgmieda" | 128 "nmmhkkegccagdldgiimedpiccmgmieda", |
| 129 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/453955 |
| 130 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/453955 |
| 131 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/453955 |
| 132 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/453955 |
125 ] | 133 ] |
126 } | 134 } |
127 ], | 135 ], |
128 "export": [ | 136 "export": [ |
129 { | 137 { |
130 "channel": "stable", | 138 "channel": "stable", |
131 "extension_types": ["shared_module"], | 139 "extension_types": ["shared_module"], |
132 "whitelist": [ | 140 "whitelist": [ |
133 "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F", | 141 "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F", |
134 "4EB74897CB187C7633357C2FE832E0AD6A44883A", | 142 "4EB74897CB187C7633357C2FE832E0AD6A44883A", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 }, | 267 }, |
260 "update_url": { | 268 "update_url": { |
261 "channel": "stable", | 269 "channel": "stable", |
262 "extension_types": "all" | 270 "extension_types": "all" |
263 }, | 271 }, |
264 "url_handlers": { | 272 "url_handlers": { |
265 "channel": "stable", | 273 "channel": "stable", |
266 "extension_types": ["platform_app"] | 274 "extension_types": ["platform_app"] |
267 } | 275 } |
268 } | 276 } |
OLD | NEW |