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

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

Issue 11444020: DIAL extension API skeleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: abc.... 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 | « 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "declarativeWebRequest": { 107 "declarativeWebRequest": {
108 "channel": "beta", 108 "channel": "beta",
109 "extension_types": ["extension", "packaged_app"] 109 "extension_types": ["extension", "packaged_app"]
110 }, 110 },
111 "downloads": { 111 "downloads": {
112 "channel": "dev", 112 "channel": "dev",
113 "extension_types": [ 113 "extension_types": [
114 "extension", "packaged_app" 114 "extension", "packaged_app"
115 ] 115 ]
116 }, 116 },
117 "dial": {
118 "channel": "stable",
119 "extension_types": ["extension"],
120 "whitelist": [
121 "onpogbcnheabnhmnkgielnjpanneejmi",
122 "pkedcjkdefgpdelpbcmbmeomcjbeemfm"
123 ]
124 },
117 "experimental": { 125 "experimental": {
118 "channel": "stable", 126 "channel": "stable",
119 "extension_types": [ 127 "extension_types": [
120 "extension", "packaged_app", "hosted_app", "platform_app" 128 "extension", "packaged_app", "hosted_app", "platform_app"
121 ] 129 ]
122 }, 130 },
123 "fileBrowserHandler": { 131 "fileBrowserHandler": {
124 "channel": "stable", 132 "channel": "stable",
125 "extension_types": ["extension", "packaged_app", "platform_app"] 133 "extension_types": ["extension", "packaged_app", "platform_app"]
126 }, 134 },
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 }, 382 },
375 "webRequestBlocking": { 383 "webRequestBlocking": {
376 "channel": "stable", 384 "channel": "stable",
377 "extension_types": ["extension", "packaged_app"] 385 "extension_types": ["extension", "packaged_app"]
378 }, 386 },
379 "webview": { 387 "webview": {
380 "channel": "dev", 388 "channel": "dev",
381 "extension_types": ["platform_app"] 389 "extension_types": ["platform_app"]
382 } 390 }
383 } 391 }
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