| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "extension_types": ["extension", "packaged_app"] | 125 "extension_types": ["extension", "packaged_app"] |
| 126 }, | 126 }, |
| 127 "debugger": { | 127 "debugger": { |
| 128 "channel": "stable", | 128 "channel": "stable", |
| 129 "extension_types": ["extension", "packaged_app"] | 129 "extension_types": ["extension", "packaged_app"] |
| 130 }, | 130 }, |
| 131 "developerPrivate": { | 131 "developerPrivate": { |
| 132 "channel": "dev", | 132 "channel": "dev", |
| 133 "extension_types": ["platform_app"], | 133 "extension_types": ["platform_app"], |
| 134 "whitelist": [ | 134 "whitelist": [ |
| 135 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger | 135 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger |
| 136 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. | 136 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| 137 // TODO(grv) : clean up once after publish. |
| 138 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
| 137 ] | 139 ] |
| 138 }, | 140 }, |
| 139 "devtools": { | 141 "devtools": { |
| 140 "channel": "stable", | 142 "channel": "stable", |
| 141 "extension_types": ["extension", "packaged_app"] | 143 "extension_types": ["extension", "packaged_app"] |
| 142 }, | 144 }, |
| 143 "declarativeContent": { | 145 "declarativeContent": { |
| 144 "channel": "trunk", | 146 "channel": "trunk", |
| 145 "extension_types": ["extension"] | 147 "extension_types": ["extension"] |
| 146 }, | 148 }, |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 }, | 276 }, |
| 275 "management": [ | 277 "management": [ |
| 276 { | 278 { |
| 277 "channel": "stable", | 279 "channel": "stable", |
| 278 "extension_types": ["extension", "packaged_app"] | 280 "extension_types": ["extension", "packaged_app"] |
| 279 }, | 281 }, |
| 280 { | 282 { |
| 281 "channel": "stable", | 283 "channel": "stable", |
| 282 "extension_types": ["platform_app"], | 284 "extension_types": ["platform_app"], |
| 283 "whitelist": [ | 285 "whitelist": [ |
| 284 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. | 286 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| 287 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
| 285 ] | 288 ] |
| 286 } | 289 } |
| 287 ], | 290 ], |
| 288 "mediaGalleries": { | 291 "mediaGalleries": { |
| 289 "channel": "stable", | 292 "channel": "stable", |
| 290 "extension_types": [ "platform_app" ] | 293 "extension_types": [ "platform_app" ] |
| 291 }, | 294 }, |
| 292 "mediaGalleries.allAutoDetected": { | 295 "mediaGalleries.allAutoDetected": { |
| 293 "channel": "stable", | 296 "channel": "stable", |
| 294 "extension_types": [ "platform_app" ] | 297 "extension_types": [ "platform_app" ] |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 }, | 564 }, |
| 562 "webRequestBlocking": { | 565 "webRequestBlocking": { |
| 563 "channel": "stable", | 566 "channel": "stable", |
| 564 "extension_types": ["extension", "packaged_app"] | 567 "extension_types": ["extension", "packaged_app"] |
| 565 }, | 568 }, |
| 566 "webview": { | 569 "webview": { |
| 567 "channel": "stable", | 570 "channel": "stable", |
| 568 "extension_types": ["platform_app"] | 571 "extension_types": ["platform_app"] |
| 569 } | 572 } |
| 570 } | 573 } |
| OLD | NEW |