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