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

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

Issue 11421193: Disable background mode for v2 packaged apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« 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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 14 matching lines...) Expand all
25 "channel": "stable", 25 "channel": "stable",
26 "extension_types": ["packaged_app", "hosted_app"] 26 "extension_types": ["packaged_app", "hosted_app"]
27 }, 27 },
28 "audioCapture": { 28 "audioCapture": {
29 "channel": "stable", 29 "channel": "stable",
30 "extension_types": ["platform_app"] 30 "extension_types": ["platform_app"]
31 }, 31 },
32 "background": { 32 "background": {
33 "channel": "stable", 33 "channel": "stable",
34 "extension_types": [ 34 "extension_types": [
35 "extension", "packaged_app", "hosted_app", "platform_app" 35 "extension", "packaged_app", "hosted_app"
36 ] 36 ]
37 }, 37 },
38 "bluetooth": { 38 "bluetooth": {
39 "channel": "dev", 39 "channel": "dev",
40 "extension_types": ["platform_app"] 40 "extension_types": ["platform_app"]
41 }, 41 },
42 "bookmarkManagerPrivate": { 42 "bookmarkManagerPrivate": {
43 "channel": "stable", 43 "channel": "stable",
44 "extension_types": ["extension", "packaged_app"], 44 "extension_types": ["extension", "packaged_app"],
45 "location": "component" 45 "location": "component"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 }, 374 },
375 "webRequestBlocking": { 375 "webRequestBlocking": {
376 "channel": "stable", 376 "channel": "stable",
377 "extension_types": ["extension", "packaged_app"] 377 "extension_types": ["extension", "packaged_app"]
378 }, 378 },
379 "webview": { 379 "webview": {
380 "channel": "dev", 380 "channel": "dev",
381 "extension_types": ["platform_app"] 381 "extension_types": ["platform_app"]
382 } 382 }
383 } 383 }
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