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