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

Side by Side Diff: extensions/common/api/_behavior_features.json

Issue 2539213002: Add more extensions to the list. (Closed)
Patch Set: Created 4 years 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 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 switches used to control Extension behaviour, 5 // This features file defines switches used to control Extension behaviour,
6 // typically whitelist configuration. 6 // typically whitelist configuration.
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 base_feature_provider.h.
9 9
10 { 10 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "whitelist": [ 68 "whitelist": [
69 "EC3DE21E048B67319893889529354DFBFA96FD23", // Smart Card Connector 69 "EC3DE21E048B67319893889529354DFBFA96FD23", // Smart Card Connector
70 "6B748A5C005F21B7CBCF4170C2F883E435DEB511" // CSSI Smart Card Middleware 70 "6B748A5C005F21B7CBCF4170C2F883E435DEB511" // CSSI Smart Card Middleware
71 ] 71 ]
72 }, { 72 }, {
73 // Explicitly whitelist extensions that should always be available 73 // Explicitly whitelist extensions that should always be available
74 // on a sign-in screen. 74 // on a sign-in screen.
75 "channel": "stable", 75 "channel": "stable",
76 "component_extensions_auto_granted": false, 76 "component_extensions_auto_granted": false,
77 "platforms": ["chromeos"], 77 "platforms": ["chromeos"],
78 "location": "external_component",
Denis Kuznetsov (DE-MUC) 2016/11/30 23:22:33 This restriction seems too strict: Virtaul Keyboar
asargent_no_longer_on_chrome 2016/12/01 00:22:45 If by "side loaded" you mean loaded in development
79 "whitelist": [ 78 "whitelist": [
80 "E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension 79 "E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension
81 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app 80 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app
82 "8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help) 81 "8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help)
83 "3F50C3A83839D9C76334BCE81CDEC06174F266AF" // Virtual Keyboard 82 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // Virtual Keyboard
83 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard
84 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis
85 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation
86 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension
87 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help
88 "3C654B3B6682CA194E75AD044CEDE927675DDEE8", // Easy unlock
89 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox
Denis Kuznetsov (DE-MUC) 2016/11/30 23:22:33 We can also include Chrome PDF Viewer to this list
84 ] 90 ]
85 } 91 }
86 ] 92 ]
87 } 93 }
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