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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "whitelist": [ | 240 "whitelist": [ |
241 // The file manager is a component extension, and it can currently use | 241 // The file manager is a component extension, and it can currently use |
242 // whitelisted interfaces without being on the corresponding whitelist. | 242 // whitelisted interfaces without being on the corresponding whitelist. |
243 // Adding it to this whitelist documents its dependency, however, and also | 243 // Adding it to this whitelist documents its dependency, however, and also |
244 // doesn't hurt anything. | 244 // doesn't hurt anything. |
245 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager | 245 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
246 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice | 246 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
247 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev | 247 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev |
248 ] | 248 ] |
249 }, | 249 }, |
| 250 "networkingPrivate": { |
| 251 "channel": "dev", |
| 252 "extension_types": ["extension", "packaged_app"], |
| 253 "location": "component" |
| 254 }, |
250 "notifications": { | 255 "notifications": { |
251 "channel": "stable", | 256 "channel": "stable", |
252 "extension_types": [ | 257 "extension_types": [ |
253 "extension", "packaged_app", "hosted_app", "platform_app" | 258 "extension", "packaged_app", "hosted_app", "platform_app" |
254 ] | 259 ] |
255 }, | 260 }, |
256 "echoPrivate": { | 261 "echoPrivate": { |
257 "channel": "stable", | 262 "channel": "stable", |
258 "extension_types": ["extension", "packaged_app"], | 263 "extension_types": ["extension", "packaged_app"], |
259 "location": "component" | 264 "location": "component" |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 }, | 418 }, |
414 "webRequestBlocking": { | 419 "webRequestBlocking": { |
415 "channel": "stable", | 420 "channel": "stable", |
416 "extension_types": ["extension", "packaged_app"] | 421 "extension_types": ["extension", "packaged_app"] |
417 }, | 422 }, |
418 "webview": { | 423 "webview": { |
419 "channel": "stable", | 424 "channel": "stable", |
420 "extension_types": ["platform_app"] | 425 "extension_types": ["platform_app"] |
421 } | 426 } |
422 } | 427 } |
OLD | NEW |