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

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

Issue 11028121: Convert wallpaper picker to v2 app (Closed) Base URL: http://git.chromium.org/chromium/src.git@AppsV2
Patch Set: Review this patch Created 8 years, 2 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
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "extension_types": [ 298 "extension_types": [
299 "extension", "packaged_app", "hosted_app", "platform_app" 299 "extension", "packaged_app", "hosted_app", "platform_app"
300 ] 300 ]
301 }, 301 },
302 "videoCapture": { 302 "videoCapture": {
303 "channel": "stable", 303 "channel": "stable",
304 "extension_types": ["platform_app"] 304 "extension_types": ["platform_app"]
305 }, 305 },
306 "wallpaperPrivate": { 306 "wallpaperPrivate": {
307 "channel": "stable", 307 "channel": "stable",
308 "extension_types": ["extension", "packaged_app"], 308 "extension_types": ["extension", "packaged_app", "platform_app"],
309 "location": "component" 309 "location": "component"
310 }, 310 },
311 "webNavigation": { 311 "webNavigation": {
312 "channel": "stable", 312 "channel": "stable",
313 "extension_types": ["extension", "packaged_app"] 313 "extension_types": ["extension", "packaged_app"]
314 }, 314 },
315 "webSocketProxyPrivate": { 315 "webSocketProxyPrivate": {
316 "channel": "stable", 316 "channel": "stable",
317 "extension_types": ["extension", "packaged_app"], 317 "extension_types": ["extension", "packaged_app"],
318 "whitelist": [ 318 "whitelist": [
(...skipping 14 matching lines...) Expand all
333 }, 333 },
334 "webRequest": { 334 "webRequest": {
335 "channel": "stable", 335 "channel": "stable",
336 "extension_types": ["extension", "packaged_app"] 336 "extension_types": ["extension", "packaged_app"]
337 }, 337 },
338 "webRequestBlocking": { 338 "webRequestBlocking": {
339 "channel": "stable", 339 "channel": "stable",
340 "extension_types": ["extension", "packaged_app"] 340 "extension_types": ["extension", "packaged_app"]
341 } 341 }
342 } 342 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698