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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 "whitelist": [ | 245 "whitelist": [ |
246 // The file manager is a component extension, and it can currently use | 246 // The file manager is a component extension, and it can currently use |
247 // whitelisted interfaces without being on the corresponding whitelist. | 247 // whitelisted interfaces without being on the corresponding whitelist. |
248 // Adding it to this whitelist documents its dependency, however, and also | 248 // Adding it to this whitelist documents its dependency, however, and also |
249 // doesn't hurt anything. | 249 // doesn't hurt anything. |
250 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager | 250 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
251 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice | 251 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
252 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev | 252 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev |
253 ] | 253 ] |
254 }, | 254 }, |
| 255 "networkingPrivate": { |
| 256 "channel": "dev", |
| 257 "extension_types": ["extension", "packaged_app"], |
| 258 "location": "component" |
| 259 }, |
255 "notifications": { | 260 "notifications": { |
256 "channel": "stable", | 261 "channel": "stable", |
257 "extension_types": [ | 262 "extension_types": [ |
258 "extension", "packaged_app", "hosted_app", "platform_app" | 263 "extension", "packaged_app", "hosted_app", "platform_app" |
259 ] | 264 ] |
260 }, | 265 }, |
261 "echoPrivate": { | 266 "echoPrivate": { |
262 "channel": "stable", | 267 "channel": "stable", |
263 "extension_types": ["extension", "packaged_app"], | 268 "extension_types": ["extension", "packaged_app"], |
264 "location": "component" | 269 "location": "component" |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 }, | 435 }, |
431 "webRequestBlocking": { | 436 "webRequestBlocking": { |
432 "channel": "stable", | 437 "channel": "stable", |
433 "extension_types": ["extension", "packaged_app"] | 438 "extension_types": ["extension", "packaged_app"] |
434 }, | 439 }, |
435 "webview": { | 440 "webview": { |
436 "channel": "stable", | 441 "channel": "stable", |
437 "extension_types": ["platform_app"] | 442 "extension_types": ["platform_app"] |
438 } | 443 } |
439 } | 444 } |
OLD | NEW |