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": "stable", | 7 "channel": "stable", |
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 // also doesn't hurt anything. | 339 // also doesn't hurt anything. |
340 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager | 340 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
341 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice | 341 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
342 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev | 342 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev |
343 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 343 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
344 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 344 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
345 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 345 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now |
346 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev | 346 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev |
347 ] | 347 ] |
348 }, | 348 }, |
| 349 "musicManagerPrivate": { |
| 350 "channel": "dev", |
| 351 "extension_types": ["platform_app"], |
| 352 "whitelist": [ |
| 353 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager |
| 354 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test |
| 355 ] |
| 356 }, |
349 "nativeMessaging": [ | 357 "nativeMessaging": [ |
350 { | 358 { |
351 "channel": "beta", | 359 "channel": "beta", |
352 "extension_types": [ | 360 "extension_types": [ |
353 "extension", "packaged_app", "platform_app" | 361 "extension", "packaged_app", "platform_app" |
354 ] | 362 ] |
355 }, | 363 }, |
356 { | 364 { |
357 "channel": "stable", | 365 "channel": "stable", |
358 "extension_types": [ | 366 "extension_types": [ |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 }, | 584 }, |
577 "webRequestBlocking": { | 585 "webRequestBlocking": { |
578 "channel": "stable", | 586 "channel": "stable", |
579 "extension_types": ["extension", "packaged_app"] | 587 "extension_types": ["extension", "packaged_app"] |
580 }, | 588 }, |
581 "webview": { | 589 "webview": { |
582 "channel": "stable", | 590 "channel": "stable", |
583 "extension_types": ["platform_app"] | 591 "extension_types": ["platform_app"] |
584 } | 592 } |
585 } | 593 } |
OLD | NEW |