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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "extension_types": ["extension", "packaged_app"] | 131 "extension_types": ["extension", "packaged_app"] |
132 }, | 132 }, |
133 "contextMenus": { | 133 "contextMenus": { |
134 "channel": "stable", | 134 "channel": "stable", |
135 "extension_types": ["extension", "packaged_app", "platform_app"] | 135 "extension_types": ["extension", "packaged_app", "platform_app"] |
136 }, | 136 }, |
137 "cookies": { | 137 "cookies": { |
138 "channel": "stable", | 138 "channel": "stable", |
139 "extension_types": ["extension", "packaged_app"] | 139 "extension_types": ["extension", "packaged_app"] |
140 }, | 140 }, |
| 141 "diagnostics": [{ |
| 142 "channel": "dev", |
| 143 "extension_types": ["platform_app"] |
| 144 },{ |
| 145 "channel": "stable", |
| 146 "extension_types": ["platform_app"], |
| 147 "whitelist": [ |
| 148 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
| 149 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
| 150 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
| 151 ] |
| 152 }], |
141 "debugger": { | 153 "debugger": { |
142 "channel": "stable", | 154 "channel": "stable", |
143 "extension_types": ["extension", "packaged_app"] | 155 "extension_types": ["extension", "packaged_app"] |
144 }, | 156 }, |
145 "developerPrivate": { | 157 "developerPrivate": { |
146 "channel": "dev", | 158 "channel": "dev", |
147 "extension_types": ["platform_app"], | 159 "extension_types": ["platform_app"], |
148 "whitelist": [ | 160 "whitelist": [ |
149 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger | 161 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger |
150 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. | 162 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 }, | 645 }, |
634 "webRequestBlocking": { | 646 "webRequestBlocking": { |
635 "channel": "stable", | 647 "channel": "stable", |
636 "extension_types": ["extension", "packaged_app"] | 648 "extension_types": ["extension", "packaged_app"] |
637 }, | 649 }, |
638 "webview": { | 650 "webview": { |
639 "channel": "stable", | 651 "channel": "stable", |
640 "extension_types": ["platform_app"] | 652 "extension_types": ["platform_app"] |
641 } | 653 } |
642 } | 654 } |
OLD | NEW |