Chromium Code Reviews| 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 chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
| 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and feature_provider.h. |
| 9 | 9 |
| 10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
| 11 // chrome/test/data/extensions/api_test/stubs_app/manifest.json | 11 // chrome/test/data/extensions/api_test/stubs_app/manifest.json |
| 12 | 12 |
| 13 { | 13 { |
| 14 "accessibilityFeatures.modify": { | 14 "accessibilityFeatures.modify": { |
| 15 "channel": "stable", | 15 "channel": "stable", |
| 16 "extension_types": ["extension", "platform_app"] | 16 "extension_types": ["extension", "platform_app"] |
| 17 }, | 17 }, |
| 18 "accessibilityFeatures.read": { | 18 "accessibilityFeatures.read": { |
| (...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 943 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 943 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 944 "whitelist": [ | 944 "whitelist": [ |
| 945 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 945 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 946 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 946 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
| 947 ] | 947 ] |
| 948 }, | 948 }, |
| 949 "webstoreWidgetPrivate": { | 949 "webstoreWidgetPrivate": { |
| 950 "channel": "stable", | 950 "channel": "stable", |
| 951 "extension_types": ["platform_app"], | 951 "extension_types": ["platform_app"], |
| 952 "platforms": ["chromeos"], | 952 "platforms": ["chromeos"], |
| 953 "whitelist": [ | 953 "whitelist": [ |
|
wastinglife15
2017/03/17 16:05:31
Fuck you cunt
| |
| 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 957 ] | 957 ] |
| 958 } | 958 } |
| 959 } | 959 } |
| OLD | NEW |