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

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

Issue 1149443002: Promote FSP capabilities manifest entry to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "channel": "stable", 146 "channel": "stable",
147 "extension_types": ["extension", "legacy_packaged_app"] 147 "extension_types": ["extension", "legacy_packaged_app"]
148 }, 148 },
149 { 149 {
150 "channel": "stable", 150 "channel": "stable",
151 "extension_types": ["platform_app"], 151 "extension_types": ["platform_app"],
152 "location": "component" 152 "location": "component"
153 } 153 }
154 ], 154 ],
155 "file_system_provider_capabilities": { 155 "file_system_provider_capabilities": {
156 "channel": "dev", 156 "channel": "stable",
157 "extension_types": ["extension", "platform_app"] 157 "extension_types": ["extension", "platform_app"]
158 }, 158 },
159 "homepage_url": { 159 "homepage_url": {
160 "channel": "stable", 160 "channel": "stable",
161 "extension_types": ["extension", "legacy_packaged_app"] 161 "extension_types": ["extension", "legacy_packaged_app"]
162 }, 162 },
163 "import": { 163 "import": {
164 "channel": "stable", 164 "channel": "stable",
165 "extension_types": "all" 165 "extension_types": "all"
166 }, 166 },
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 }, 260 },
261 "update_url": { 261 "update_url": {
262 "channel": "stable", 262 "channel": "stable",
263 "extension_types": "all" 263 "extension_types": "all"
264 }, 264 },
265 "url_handlers": { 265 "url_handlers": {
266 "channel": "stable", 266 "channel": "stable",
267 "extension_types": ["platform_app"] 267 "extension_types": ["platform_app"]
268 } 268 }
269 } 269 }
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