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