Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1935)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 513973002: Added app hashes for API access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 { 669 {
670 "channel": "stable", 670 "channel": "stable",
671 "extension_types": ["platform_app"], 671 "extension_types": ["platform_app"],
672 "whitelist": [ 672 "whitelist": [
673 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT 673 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT
674 // TODO(grv): clean up once Apps developer tool is published. 674 // TODO(grv): clean up once Apps developer tool is published.
675 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. 675 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool.
676 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. 676 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old.
677 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. 677 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published.
678 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog (Activity Log) 678 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog (Activity Log)
679 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog Test Version 679 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog Test Version
680 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build. 680 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build.
681 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1", // Spark release. 681 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1", // Spark release.
682 "50B4A905D522C06E27CA6D099E3E54BDA1F152C5", // Spark Beta channel. 682 "50B4A905D522C06E27CA6D099E3E54BDA1F152C5", // Spark Beta channel.
683 "BA0C8BB92084C9741312D90D3EA882526853455F" // Spark dev channel. 683 "BA0C8BB92084C9741312D90D3EA882526853455F", // Spark dev channel.
684 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/408276
685 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/408276
686 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/408276
687 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/408276
684 ] 688 ]
685 }, 689 },
686 { 690 {
687 "channel": "stable", 691 "channel": "stable",
688 "extension_types": ["hosted_app"], 692 "extension_types": ["hosted_app"],
689 "whitelist": [ 693 "whitelist": [
690 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5" // Web Store 694 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5" // Web Store
691 ] 695 ]
692 } 696 }
693 ], 697 ],
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 // Only allowed for whitelisted extensions until all the caveats are 1174 // Only allowed for whitelisted extensions until all the caveats are
1171 // addressed. Tracked in crbug/285151. 1175 // addressed. Tracked in crbug/285151.
1172 "channel": "stable", 1176 "channel": "stable",
1173 "extension_types": ["extension"], 1177 "extension_types": ["extension"],
1174 "location": "component", 1178 "location": "component",
1175 "whitelist": [ 1179 "whitelist": [
1176 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1180 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1177 ] 1181 ]
1178 }] 1182 }]
1179 } 1183 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698