| 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 manifest keys implemented under src/extensions. | 5 // This features file defines manifest keys implemented under src/extensions. |
| 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 12 matching lines...) Expand all Loading... |
| 23 // The default platform app CSP can only be overridden by whitelisted apps. | 23 // The default platform app CSP can only be overridden by whitelisted apps. |
| 24 // This is a separate key from the top-level content_security_policy one since | 24 // This is a separate key from the top-level content_security_policy one since |
| 25 // we can't combine type restrictions with whitelisted ID restrictions. If | 25 // we can't combine type restrictions with whitelisted ID restrictions. If |
| 26 // there is a need for additional whitelisted entries, the feature system | 26 // there is a need for additional whitelisted entries, the feature system |
| 27 // should instead be extended to support OR-ing of restrictions. | 27 // should instead be extended to support OR-ing of restrictions. |
| 28 "app.content_security_policy": { | 28 "app.content_security_policy": { |
| 29 "channel": "stable", | 29 "channel": "stable", |
| 30 "extension_types": ["platform_app"], | 30 "extension_types": ["platform_app"], |
| 31 "min_manifest_version": 2, | 31 "min_manifest_version": 2, |
| 32 "whitelist": [ | 32 "whitelist": [ |
| 33 "nckgahadagoaajjgafhacjanaoiihapd", // Google Talk prod | 33 // Keep this list in sync with extensions_misc::kHangoutsExtensionIds but |
| 34 "eggnbpckecmjlblplehfpjjdhhidfdoj", // Google Talk beta | 34 // omit the Packaged App ids. |
| 35 "ppleadejekpmccmnpjdimmlfljlkdfej", // Google Talk alpha | 35 "nckgahadagoaajjgafhacjanaoiihapd", // Hangouts Production. |
| 36 "ljclpkphhpbpinifbeabbhlfddcpfdde", // Google Talk debug | 36 "ljclpkphhpbpinifbeabbhlfddcpfdde", // Hangouts Debug. |
| 37 "ppleadejekpmccmnpjdimmlfljlkdfej", // Hangouts Alpha. |
| 38 "eggnbpckecmjlblplehfpjjdhhidfdoj", // Hangouts Beta. |
| 39 |
| 37 "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger | 40 "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger |
| 38 ] | 41 ] |
| 39 }, | 42 }, |
| 40 "app.background": { | 43 "app.background": { |
| 41 "channel": "stable", | 44 "channel": "stable", |
| 42 "extension_types": ["platform_app"], | 45 "extension_types": ["platform_app"], |
| 43 "min_manifest_version": 2 | 46 "min_manifest_version": 2 |
| 44 }, | 47 }, |
| 45 "background": { | 48 "background": { |
| 46 "channel": "stable", | 49 "channel": "stable", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "kiosk_only": { | 175 "kiosk_only": { |
| 173 "channel": "dev", | 176 "channel": "dev", |
| 174 "extension_types": [ | 177 "extension_types": [ |
| 175 "platform_app" | 178 "platform_app" |
| 176 ] | 179 ] |
| 177 }, | 180 }, |
| 178 "kiosk_secondary_apps": { | 181 "kiosk_secondary_apps": { |
| 179 "channel": "stable", | 182 "channel": "stable", |
| 180 "extension_types": [ | 183 "extension_types": [ |
| 181 "platform_app" | 184 "platform_app" |
| 182 ] | 185 ] |
| 183 }, | 186 }, |
| 184 "launcher_page": { | 187 "launcher_page": { |
| 185 "channel": "stable", | 188 "channel": "stable", |
| 186 "min_manifest_version": 2, | 189 "min_manifest_version": 2, |
| 187 "extension_types": ["platform_app"], | 190 "extension_types": ["platform_app"], |
| 188 "whitelist": [ | 191 "whitelist": [ |
| 189 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 | 192 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 |
| 190 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 | 193 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 |
| 191 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000 | 194 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000 |
| 192 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000 | 195 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "extension_types": ["platform_app"], | 306 "extension_types": ["platform_app"], |
| 304 "location": "component" | 307 "location": "component" |
| 305 } | 308 } |
| 306 ], | 309 ], |
| 307 "webview": { | 310 "webview": { |
| 308 "channel": "stable", | 311 "channel": "stable", |
| 309 "extension_types": ["platform_app"], | 312 "extension_types": ["platform_app"], |
| 310 "min_manifest_version": 2 | 313 "min_manifest_version": 2 |
| 311 } | 314 } |
| 312 } | 315 } |
| OLD | NEW |