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

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

Issue 14683005: Update code editor whitelist ID for developerPrivate API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@launch
Patch Set: Created 7 years, 7 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 | « 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": "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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }, 116 },
117 "debugger": { 117 "debugger": {
118 "channel": "stable", 118 "channel": "stable",
119 "extension_types": ["extension", "packaged_app"] 119 "extension_types": ["extension", "packaged_app"]
120 }, 120 },
121 "developerPrivate": { 121 "developerPrivate": {
122 "channel": "dev", 122 "channel": "dev",
123 "extension_types": ["platform_app"], 123 "extension_types": ["platform_app"],
124 "whitelist": [ 124 "whitelist": [
125 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger 125 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
126 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. 126 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
127 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
miket_OOO 2013/05/06 18:34:35 Please add a personal TODO for yourself to remembe
127 ] 128 ]
128 }, 129 },
129 "devtools": { 130 "devtools": {
130 "channel": "stable", 131 "channel": "stable",
131 "extension_types": ["extension", "packaged_app"] 132 "extension_types": ["extension", "packaged_app"]
132 }, 133 },
133 "declarativeContent": { 134 "declarativeContent": {
134 "channel": "trunk", 135 "channel": "trunk",
135 "extension_types": ["extension"] 136 "extension_types": ["extension"]
136 }, 137 },
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 }, 261 },
261 "management": [ 262 "management": [
262 { 263 {
263 "channel": "stable", 264 "channel": "stable",
264 "extension_types": ["extension", "packaged_app"] 265 "extension_types": ["extension", "packaged_app"]
265 }, 266 },
266 { 267 {
267 "channel": "stable", 268 "channel": "stable",
268 "extension_types": ["platform_app"], 269 "extension_types": ["platform_app"],
269 "whitelist": [ 270 "whitelist": [
270 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. 271 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
272 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
271 ] 273 ]
272 } 274 }
273 ], 275 ],
274 "mediaGalleries": { 276 "mediaGalleries": {
275 "channel": "stable", 277 "channel": "stable",
276 "extension_types": [ "platform_app" ] 278 "extension_types": [ "platform_app" ]
277 }, 279 },
278 "mediaGalleries.allAutoDetected": { 280 "mediaGalleries.allAutoDetected": {
279 "channel": "stable", 281 "channel": "stable",
280 "extension_types": [ "platform_app" ] 282 "extension_types": [ "platform_app" ]
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 }, 549 },
548 "webRequestBlocking": { 550 "webRequestBlocking": {
549 "channel": "stable", 551 "channel": "stable",
550 "extension_types": ["extension", "packaged_app"] 552 "extension_types": ["extension", "packaged_app"]
551 }, 553 },
552 "webview": { 554 "webview": {
553 "channel": "stable", 555 "channel": "stable",
554 "extension_types": ["platform_app"] 556 "extension_types": ["platform_app"]
555 } 557 }
556 } 558 }
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