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

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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "ghdilpkmfbfdnomkmaiogjhjnggaggoi" // Named Key Extension
Mattias Nissler (ping if slow) 2013/04/04 12:51:34 I think this shouldn't be here anymore.
davidyu 2013/04/09 09:30:08 Done.
160 ]
161 },
155 "experimental": { 162 "experimental": {
156 "channel": "stable", 163 "channel": "stable",
157 "extension_types": [ 164 "extension_types": [
158 "extension", "packaged_app", "hosted_app", "platform_app" 165 "extension", "packaged_app", "hosted_app", "platform_app"
159 ] 166 ]
160 }, 167 },
161 "fileBrowserHandler": { 168 "fileBrowserHandler": {
162 "channel": "stable", 169 "channel": "stable",
163 "extension_types": ["extension", "packaged_app", "platform_app"] 170 "extension_types": ["extension", "packaged_app", "platform_app"]
164 }, 171 },
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 }, 507 },
501 "webRequestBlocking": { 508 "webRequestBlocking": {
502 "channel": "stable", 509 "channel": "stable",
503 "extension_types": ["extension", "packaged_app"] 510 "extension_types": ["extension", "packaged_app"]
504 }, 511 },
505 "webview": { 512 "webview": {
506 "channel": "stable", 513 "channel": "stable",
507 "extension_types": ["platform_app"] 514 "extension_types": ["platform_app"]
508 } 515 }
509 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698