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

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

Issue 2391763003: Move permissions manifest key to //extensions (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/common/extensions/api/_manifest_features.json ('k') | 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 manifest keys implemented under src/extensions. 5 // This features file defines manifest keys implemented under src/extensions.
6 // See chrome/common/extensions/api/_features.md to understand this file, as 6 // See chrome/common/extensions/api/_features.md to understand this file, as
7 // well as feature.h, simple_feature.h, and base_feature_provider.h. 7 // well as feature.h, simple_feature.h, and base_feature_provider.h.
8 8
9 { 9 {
10 "app": { 10 "app": {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "offline_enabled": { 274 "offline_enabled": {
275 "channel": "stable", 275 "channel": "stable",
276 "extension_types": [ 276 "extension_types": [
277 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 277 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
278 ] 278 ]
279 }, 279 },
280 "options_ui": { 280 "options_ui": {
281 "channel": "stable", 281 "channel": "stable",
282 "extension_types": ["extension", "legacy_packaged_app"] 282 "extension_types": ["extension", "legacy_packaged_app"]
283 }, 283 },
284 "permissions": {
285 "channel": "stable",
286 "extension_types": [
287 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
288 ]
289 },
284 "sandbox": { 290 "sandbox": {
285 "channel": "stable", 291 "channel": "stable",
286 "extension_types": [ 292 "extension_types": [
287 "extension", "platform_app", "legacy_packaged_app" 293 "extension", "platform_app", "legacy_packaged_app"
288 ], 294 ],
289 "min_manifest_version": 2 295 "min_manifest_version": 2
290 }, 296 },
291 "sockets": { 297 "sockets": {
292 "channel": "stable", 298 "channel": "stable",
293 "extension_types": ["platform_app"] 299 "extension_types": ["platform_app"]
(...skipping 22 matching lines...) Expand all
316 "extension_types": ["platform_app"], 322 "extension_types": ["platform_app"],
317 "location": "component" 323 "location": "component"
318 } 324 }
319 ], 325 ],
320 "webview": { 326 "webview": {
321 "channel": "stable", 327 "channel": "stable",
322 "extension_types": ["platform_app"], 328 "extension_types": ["platform_app"],
323 "min_manifest_version": 2 329 "min_manifest_version": 2
324 } 330 }
325 } 331 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698