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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "channel": "stable", | 145 "channel": "stable", |
146 "extension_types": ["extension"], | 146 "extension_types": ["extension"], |
147 "whitelist": [ | 147 "whitelist": [ |
148 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester | 148 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
149 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging | 149 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
150 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary | 150 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
151 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) | 151 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
152 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release | 152 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
153 ] | 153 ] |
154 }, | 154 }, |
| 155 "enterprise.enterpriseKeyPrivate": { |
| 156 "channel": "dev", |
| 157 "extension_types": ["extension", "packaged_app"], |
| 158 "whitelist": [ |
| 159 ] |
| 160 }, |
155 "experimental": { | 161 "experimental": { |
156 "channel": "stable", | 162 "channel": "stable", |
157 "extension_types": [ | 163 "extension_types": [ |
158 "extension", "packaged_app", "hosted_app", "platform_app" | 164 "extension", "packaged_app", "hosted_app", "platform_app" |
159 ] | 165 ] |
160 }, | 166 }, |
161 "fileBrowserHandler": { | 167 "fileBrowserHandler": { |
162 "channel": "stable", | 168 "channel": "stable", |
163 "extension_types": ["extension", "packaged_app", "platform_app"] | 169 "extension_types": ["extension", "packaged_app", "platform_app"] |
164 }, | 170 }, |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 }, | 514 }, |
509 "webRequestBlocking": { | 515 "webRequestBlocking": { |
510 "channel": "stable", | 516 "channel": "stable", |
511 "extension_types": ["extension", "packaged_app"] | 517 "extension_types": ["extension", "packaged_app"] |
512 }, | 518 }, |
513 "webview": { | 519 "webview": { |
514 "channel": "stable", | 520 "channel": "stable", |
515 "extension_types": ["platform_app"] | 521 "extension_types": ["platform_app"] |
516 } | 522 } |
517 } | 523 } |
OLD | NEW |