OLD | NEW |
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 "usb": { | 327 "usb": { |
328 "channel": "dev", | 328 "channel": "dev", |
329 "extension_types": ["platform_app"] | 329 "extension_types": ["platform_app"] |
330 }, | 330 }, |
331 "videoCapture": { | 331 "videoCapture": { |
332 "channel": "stable", | 332 "channel": "stable", |
333 "extension_types": ["platform_app"] | 333 "extension_types": ["platform_app"] |
334 }, | 334 }, |
335 "wallpaperPrivate": { | 335 "wallpaperPrivate": { |
336 "channel": "stable", | 336 "channel": "stable", |
337 "extension_types": ["extension", "packaged_app"], | 337 "extension_types": ["platform_app"], |
338 "location": "component" | 338 "location": "component" |
339 }, | 339 }, |
340 "webNavigation": { | 340 "webNavigation": { |
341 "channel": "stable", | 341 "channel": "stable", |
342 "extension_types": ["extension", "packaged_app"] | 342 "extension_types": ["extension", "packaged_app"] |
343 }, | 343 }, |
344 "webSocketProxyPrivate": { | 344 "webSocketProxyPrivate": { |
345 "channel": "stable", | 345 "channel": "stable", |
346 "extension_types": ["extension", "packaged_app"], | 346 "extension_types": ["extension", "packaged_app"], |
347 "whitelist": [ | 347 "whitelist": [ |
(...skipping 18 matching lines...) Expand all Loading... |
366 }, | 366 }, |
367 "webRequestBlocking": { | 367 "webRequestBlocking": { |
368 "channel": "stable", | 368 "channel": "stable", |
369 "extension_types": ["extension", "packaged_app"] | 369 "extension_types": ["extension", "packaged_app"] |
370 }, | 370 }, |
371 "webview": { | 371 "webview": { |
372 "channel": "dev", | 372 "channel": "dev", |
373 "extension_types": ["platform_app"] | 373 "extension_types": ["platform_app"] |
374 } | 374 } |
375 } | 375 } |
OLD | NEW |