Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 }, 516 },
511 "webRequestBlocking": { 517 "webRequestBlocking": {
512 "channel": "stable", 518 "channel": "stable",
513 "extension_types": ["extension", "packaged_app"] 519 "extension_types": ["extension", "packaged_app"]
514 }, 520 },
515 "webview": { 521 "webview": {
516 "channel": "stable", 522 "channel": "stable",
517 "extension_types": ["platform_app"] 523 "extension_types": ["platform_app"]
518 } 524 }
519 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698