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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
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 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "min_manifest_version": 2 86 "min_manifest_version": 2
87 }, 87 },
88 "content_scripts": { 88 "content_scripts": {
89 "channel": "stable", 89 "channel": "stable",
90 "extension_types": ["extension", "legacy_packaged_app"] 90 "extension_types": ["extension", "legacy_packaged_app"]
91 }, 91 },
92 "converted_from_user_script": { 92 "converted_from_user_script": {
93 "channel": "stable", 93 "channel": "stable",
94 "extension_types": [ 94 "extension_types": [
95 "extension", "legacy_packaged_app", "hosted_app" 95 "extension", "legacy_packaged_app", "hosted_app"
96 ], 96 ]
97 "no_doc": true
98 }, 97 },
99 "event_rules": { 98 "event_rules": {
100 "channel": "stable", 99 "channel": "stable",
101 // "event_rules" does not grant any capabilities, it's just 100 // "event_rules" does not grant any capabilities, it's just
102 // an optimisation for any API which uses events, so it's safe 101 // an optimisation for any API which uses events, so it's safe
103 // to expose to all extension types. 102 // to expose to all extension types.
104 "extension_types": "all" 103 "extension_types": "all"
105 }, 104 },
106 "devtools_page": { 105 "devtools_page": {
107 "channel": "stable", 106 "channel": "stable",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 }, 266 },
268 "update_url": { 267 "update_url": {
269 "channel": "stable", 268 "channel": "stable",
270 "extension_types": "all" 269 "extension_types": "all"
271 }, 270 },
272 "url_handlers": { 271 "url_handlers": {
273 "channel": "stable", 272 "channel": "stable",
274 "extension_types": ["platform_app"] 273 "extension_types": ["platform_app"]
275 } 274 }
276 } 275 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698