Chromium Code Reviews| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 116 }, | 116 }, |
| 117 "debugger": { | 117 "debugger": { |
| 118 "channel": "stable", | 118 "channel": "stable", |
| 119 "extension_types": ["extension", "packaged_app"] | 119 "extension_types": ["extension", "packaged_app"] |
| 120 }, | 120 }, |
| 121 "developerPrivate": { | 121 "developerPrivate": { |
| 122 "channel": "dev", | 122 "channel": "dev", |
| 123 "extension_types": ["platform_app"], | 123 "extension_types": ["platform_app"], |
| 124 "whitelist": [ | 124 "whitelist": [ |
| 125 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger | 125 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger |
| 126 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. | 126 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| 127 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. | |
|
miket_OOO
2013/05/06 18:34:35
Please add a personal TODO for yourself to remembe
| |
| 127 ] | 128 ] |
| 128 }, | 129 }, |
| 129 "devtools": { | 130 "devtools": { |
| 130 "channel": "stable", | 131 "channel": "stable", |
| 131 "extension_types": ["extension", "packaged_app"] | 132 "extension_types": ["extension", "packaged_app"] |
| 132 }, | 133 }, |
| 133 "declarativeContent": { | 134 "declarativeContent": { |
| 134 "channel": "trunk", | 135 "channel": "trunk", |
| 135 "extension_types": ["extension"] | 136 "extension_types": ["extension"] |
| 136 }, | 137 }, |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 260 }, | 261 }, |
| 261 "management": [ | 262 "management": [ |
| 262 { | 263 { |
| 263 "channel": "stable", | 264 "channel": "stable", |
| 264 "extension_types": ["extension", "packaged_app"] | 265 "extension_types": ["extension", "packaged_app"] |
| 265 }, | 266 }, |
| 266 { | 267 { |
| 267 "channel": "stable", | 268 "channel": "stable", |
| 268 "extension_types": ["platform_app"], | 269 "extension_types": ["platform_app"], |
| 269 "whitelist": [ | 270 "whitelist": [ |
| 270 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. | 271 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
| 272 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. | |
| 271 ] | 273 ] |
| 272 } | 274 } |
| 273 ], | 275 ], |
| 274 "mediaGalleries": { | 276 "mediaGalleries": { |
| 275 "channel": "stable", | 277 "channel": "stable", |
| 276 "extension_types": [ "platform_app" ] | 278 "extension_types": [ "platform_app" ] |
| 277 }, | 279 }, |
| 278 "mediaGalleries.allAutoDetected": { | 280 "mediaGalleries.allAutoDetected": { |
| 279 "channel": "stable", | 281 "channel": "stable", |
| 280 "extension_types": [ "platform_app" ] | 282 "extension_types": [ "platform_app" ] |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 547 }, | 549 }, |
| 548 "webRequestBlocking": { | 550 "webRequestBlocking": { |
| 549 "channel": "stable", | 551 "channel": "stable", |
| 550 "extension_types": ["extension", "packaged_app"] | 552 "extension_types": ["extension", "packaged_app"] |
| 551 }, | 553 }, |
| 552 "webview": { | 554 "webview": { |
| 553 "channel": "stable", | 555 "channel": "stable", |
| 554 "extension_types": ["platform_app"] | 556 "extension_types": ["platform_app"] |
| 555 } | 557 } |
| 556 } | 558 } |
| OLD | NEW |