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

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

Issue 10598006: Browser tag shim (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 8 years, 6 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 | Annotate | Revision Log
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 17 matching lines...) Expand all
28 "background": { 28 "background": {
29 "channel": "stable", 29 "channel": "stable",
30 "extension_types": [ 30 "extension_types": [
31 "extension", "packaged_app", "hosted_app", "platform_app" 31 "extension", "packaged_app", "hosted_app", "platform_app"
32 ] 32 ]
33 }, 33 },
34 "bookmarks": { 34 "bookmarks": {
35 "channel": "stable", 35 "channel": "stable",
36 "extension_types": ["extension", "packaged_app", "platform_app"] 36 "extension_types": ["extension", "packaged_app", "platform_app"]
37 }, 37 },
38 "browserTag": {
39 "channel": "dev",
40 "extension_types": ["platform_app"]
41 },
38 "browsingData": { 42 "browsingData": {
39 "channel": "stable", 43 "channel": "stable",
40 "extension_types": ["extension", "packaged_app", "platform_app"] 44 "extension_types": ["extension", "packaged_app", "platform_app"]
41 }, 45 },
42 "chromeAuthPrivate": { 46 "chromeAuthPrivate": {
43 "channel": "stable", 47 "channel": "stable",
44 "extension_types": ["extension", "packaged_app"], 48 "extension_types": ["extension", "packaged_app"],
45 // CloudPrint 49 // CloudPrint
46 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] 50 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"]
47 }, 51 },
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, 290 },
287 "webRequest": { 291 "webRequest": {
288 "channel": "stable", 292 "channel": "stable",
289 "extension_types": ["extension", "packaged_app"] 293 "extension_types": ["extension", "packaged_app"]
290 }, 294 },
291 "webRequestBlocking": { 295 "webRequestBlocking": {
292 "channel": "stable", 296 "channel": "stable",
293 "extension_types": ["extension", "packaged_app"] 297 "extension_types": ["extension", "packaged_app"]
294 } 298 }
295 } 299 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698