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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
154 } | 154 } |
155 ], | 155 ], |
156 "debugger": { | 156 "debugger": { |
157 "channel": "stable", | 157 "channel": "stable", |
158 "extension_types": ["extension", "legacy_packaged_app"] | 158 "extension_types": ["extension", "legacy_packaged_app"] |
159 }, | 159 }, |
160 "developerPrivate": { | 160 "developerPrivate": { |
161 "channel": "dev", | 161 "channel": "dev", |
162 "extension_types": ["platform_app"], | 162 "extension_types": ["platform_app"], |
163 "whitelist": [ | 163 "whitelist": [ |
164 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger | 164 "ohmmkhmmmpcnpikjeljgnaoabkaalbgc", // Apps developer tool published. |
asargent_no_longer_on_chrome
2013/09/05 21:10:16
nit: might read better as "Published Apps Develope
| |
165 // TODO(grv): clean up once Apps developer tools is published. | |
asargent_no_longer_on_chrome
2013/09/05 21:10:16
nit: tools->tool ?
| |
166 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Developer tool. | |
165 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. | 167 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
166 // TODO(grv) : clean up once after publish. | 168 // TODO(grv) : clean up once after publish. |
167 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. | 169 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
168 ] | 170 ] |
169 }, | 171 }, |
170 "devtools": { | 172 "devtools": { |
171 "channel": "stable", | 173 "channel": "stable", |
172 "extension_types": ["extension", "legacy_packaged_app"] | 174 "extension_types": ["extension", "legacy_packaged_app"] |
173 }, | 175 }, |
174 "declarativeContent": { | 176 "declarativeContent": { |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
693 }, | 695 }, |
694 "webRequestBlocking": { | 696 "webRequestBlocking": { |
695 "channel": "stable", | 697 "channel": "stable", |
696 "extension_types": ["extension", "legacy_packaged_app"] | 698 "extension_types": ["extension", "legacy_packaged_app"] |
697 }, | 699 }, |
698 "webview": { | 700 "webview": { |
699 "channel": "stable", | 701 "channel": "stable", |
700 "extension_types": ["platform_app"] | 702 "extension_types": ["platform_app"] |
701 } | 703 } |
702 } | 704 } |
OLD | NEW |