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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "extension_types": ["extension"], | 169 "extension_types": ["extension"], |
170 "whitelist": [ | 170 "whitelist": [ |
171 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester | 171 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
172 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging | 172 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
173 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary | 173 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
174 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) | 174 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
175 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release | 175 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
176 ] | 176 ] |
177 }, | 177 }, |
178 "identity": { | 178 "identity": { |
179 "channel": "trunk", | 179 "channel": "dev", |
180 "extension_types": ["extension", "platform_app"] | 180 "extension_types": ["extension", "platform_app"] |
181 }, | 181 }, |
182 "enterprise.platformKeysPrivate": { | 182 "enterprise.platformKeysPrivate": { |
183 "channel": "dev", | 183 "channel": "dev", |
184 "extension_types": ["extension", "packaged_app"], | 184 "extension_types": ["extension", "packaged_app"], |
185 "whitelist": [ | 185 "whitelist": [ |
186 ] | 186 ] |
187 }, | 187 }, |
188 "experimental": { | 188 "experimental": { |
189 "channel": "stable", | 189 "channel": "stable", |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 }, | 571 }, |
572 "webRequestBlocking": { | 572 "webRequestBlocking": { |
573 "channel": "stable", | 573 "channel": "stable", |
574 "extension_types": ["extension", "packaged_app"] | 574 "extension_types": ["extension", "packaged_app"] |
575 }, | 575 }, |
576 "webview": { | 576 "webview": { |
577 "channel": "stable", | 577 "channel": "stable", |
578 "extension_types": ["platform_app"] | 578 "extension_types": ["platform_app"] |
579 } | 579 } |
580 } | 580 } |
OLD | NEW |