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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing | 168 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
169 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release | 169 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
170 ] | 170 ] |
171 } | 171 } |
172 ], | 172 ], |
173 "debugger": { | 173 "debugger": { |
174 "channel": "stable", | 174 "channel": "stable", |
175 "extension_types": ["extension", "legacy_packaged_app"] | 175 "extension_types": ["extension", "legacy_packaged_app"] |
176 }, | 176 }, |
177 "developerPrivate": { | 177 "developerPrivate": { |
178 "channel": "dev", | 178 "channel": "stable", |
179 "extension_types": ["platform_app"], | 179 "extension_types": ["platform_app"], |
180 "whitelist": [ | 180 "whitelist": [ |
181 "ohmmkhmmmpcnpikjeljgnaoabkaalbgc", // Published Apps developer tool. | 181 "ohmmkhmmmpcnpikjeljgnaoabkaalbgc", // Published Apps developer tool. |
182 // TODO(grv): clean up once Apps developer tool is published. | 182 // TODO(grv): clean up once Apps developer tool is published. |
183 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Developer tool. | 183 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Developer tool. |
184 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. | 184 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
185 // TODO(grv) : clean up once after publish. | 185 // TODO(grv) : clean up once after publish. |
186 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. | 186 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. |
187 ] | 187 ] |
188 }, | 188 }, |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 }, | 742 }, |
743 "webRequestBlocking": { | 743 "webRequestBlocking": { |
744 "channel": "stable", | 744 "channel": "stable", |
745 "extension_types": ["extension", "legacy_packaged_app"] | 745 "extension_types": ["extension", "legacy_packaged_app"] |
746 }, | 746 }, |
747 "webview": { | 747 "webview": { |
748 "channel": "stable", | 748 "channel": "stable", |
749 "extension_types": ["platform_app"] | 749 "extension_types": ["platform_app"] |
750 } | 750 } |
751 } | 751 } |
OLD | NEW |