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

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

Issue 12300041: Add nativeMessaging extension permission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "whitelist": [ 254 "whitelist": [
255 // The file manager is a component extension, and it can currently use 255 // The file manager is a component extension, and it can currently use
256 // whitelisted interfaces without being on the corresponding whitelist. 256 // whitelisted interfaces without being on the corresponding whitelist.
257 // Adding it to this whitelist documents its dependency, however, and also 257 // Adding it to this whitelist documents its dependency, however, and also
258 // doesn't hurt anything. 258 // doesn't hurt anything.
259 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 259 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
260 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 260 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
261 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev 261 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev
262 ] 262 ]
263 }, 263 },
264 "nativeMessaging": {
265 "channel": "dev",
266 "extension_types": [
267 "extension", "packaged_app", "hosted_app", "platform_app"
268 ]
269 },
264 "networkingPrivate": { 270 "networkingPrivate": {
265 "channel": "dev", 271 "channel": "dev",
266 "extension_types": ["extension", "packaged_app"], 272 "extension_types": ["extension", "packaged_app"],
267 "whitelist": [ 273 "whitelist": [
268 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV 274 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV
269 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging 275 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging
270 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary 276 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary
271 ] 277 ]
272 }, 278 },
273 "notifications": { 279 "notifications": {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 }, 454 },
449 "webRequestBlocking": { 455 "webRequestBlocking": {
450 "channel": "stable", 456 "channel": "stable",
451 "extension_types": ["extension", "packaged_app"] 457 "extension_types": ["extension", "packaged_app"]
452 }, 458 },
453 "webview": { 459 "webview": {
454 "channel": "stable", 460 "channel": "stable",
455 "extension_types": ["platform_app"] 461 "extension_types": ["platform_app"]
456 } 462 }
457 } 463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698