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

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

Issue 14027005: Implement Command Line Private extension API (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: rebase Created 7 years, 8 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/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | 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": "stable", 7 "channel": "stable",
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "extension_types": [ 86 "extension_types": [
87 "extension", "packaged_app", "hosted_app", "platform_app" 87 "extension", "packaged_app", "hosted_app", "platform_app"
88 ] 88 ]
89 }, 89 },
90 "cloudPrintPrivate": { 90 "cloudPrintPrivate": {
91 "channel": "stable", 91 "channel": "stable",
92 "extension_types": ["extension", "packaged_app"], 92 "extension_types": ["extension", "packaged_app"],
93 // CloudPrint 93 // CloudPrint
94 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] 94 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"]
95 }, 95 },
96 "commandLinePrivate": {
97 "channel": "stable",
98 "extension_types": ["extension", "packaged_app", "platform_app"],
99 "location": "component"
100 },
96 "contentSettings": { 101 "contentSettings": {
97 "channel": "stable", 102 "channel": "stable",
98 "extension_types": ["extension", "packaged_app"] 103 "extension_types": ["extension", "packaged_app"]
99 }, 104 },
100 "contextMenus": { 105 "contextMenus": {
101 "channel": "stable", 106 "channel": "stable",
102 "extension_types": ["extension", "packaged_app", "platform_app"] 107 "extension_types": ["extension", "packaged_app", "platform_app"]
103 }, 108 },
104 "cookies": { 109 "cookies": {
105 "channel": "stable", 110 "channel": "stable",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 }, 520 },
516 "webRequestBlocking": { 521 "webRequestBlocking": {
517 "channel": "stable", 522 "channel": "stable",
518 "extension_types": ["extension", "packaged_app"] 523 "extension_types": ["extension", "packaged_app"]
519 }, 524 },
520 "webview": { 525 "webview": {
521 "channel": "stable", 526 "channel": "stable",
522 "extension_types": ["platform_app"] 527 "extension_types": ["platform_app"]
523 } 528 }
524 } 529 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698