| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "extension_types": [ | 86 "extension_types": [ |
| 87 "extension", "packaged_app", "hosted_app", "platform_app" | 87 "extension", "packaged_app", "hosted_app", "platform_app" |
| 88 ] | 88 ] |
| 89 }, | 89 }, |
| 90 "cloudPrintPrivate": { | 90 "cloudPrintPrivate": { |
| 91 "channel": "stable", | 91 "channel": "stable", |
| 92 "extension_types": ["extension", "packaged_app"], | 92 "extension_types": ["extension", "packaged_app"], |
| 93 // CloudPrint | 93 // CloudPrint |
| 94 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] | 94 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] |
| 95 }, | 95 }, |
| 96 "commandLinePrivate": { |
| 97 "channel": "stable", |
| 98 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 99 "location": "component" |
| 100 }, |
| 96 "contentSettings": { | 101 "contentSettings": { |
| 97 "channel": "stable", | 102 "channel": "stable", |
| 98 "extension_types": ["extension", "packaged_app"] | 103 "extension_types": ["extension", "packaged_app"] |
| 99 }, | 104 }, |
| 100 "contextMenus": { | 105 "contextMenus": { |
| 101 "channel": "stable", | 106 "channel": "stable", |
| 102 "extension_types": ["extension", "packaged_app", "platform_app"] | 107 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 103 }, | 108 }, |
| 104 "cookies": { | 109 "cookies": { |
| 105 "channel": "stable", | 110 "channel": "stable", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 }, | 520 }, |
| 516 "webRequestBlocking": { | 521 "webRequestBlocking": { |
| 517 "channel": "stable", | 522 "channel": "stable", |
| 518 "extension_types": ["extension", "packaged_app"] | 523 "extension_types": ["extension", "packaged_app"] |
| 519 }, | 524 }, |
| 520 "webview": { | 525 "webview": { |
| 521 "channel": "stable", | 526 "channel": "stable", |
| 522 "extension_types": ["platform_app"] | 527 "extension_types": ["platform_app"] |
| 523 } | 528 } |
| 524 } | 529 } |
| OLD | NEW |