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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |