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

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

Issue 15738013: Initial implementation of music manager private API. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Code review feedback. Created 7 years, 7 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 // also doesn't hurt anything. 327 // also doesn't hurt anything.
328 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 328 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
329 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 329 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
330 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 330 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
331 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 331 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
332 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 332 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
333 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 333 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
334 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev 334 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
335 ] 335 ]
336 }, 336 },
337 "musicManagerPrivate": {
338 "channel": "dev",
339 "extension_types": ["platform_app"],
340 "whitelist": [
341 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
342 "F8F0EB2CEF19FC924F967D9047D4AA80C0C253A1" // Test
343 ]
344 },
337 "nativeMessaging": [ 345 "nativeMessaging": [
338 { 346 {
339 "channel": "beta", 347 "channel": "beta",
340 "extension_types": [ 348 "extension_types": [
341 "extension", "packaged_app", "platform_app" 349 "extension", "packaged_app", "platform_app"
342 ] 350 ]
343 }, 351 },
344 { 352 {
345 "channel": "stable", 353 "channel": "stable",
346 "extension_types": [ 354 "extension_types": [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 }, 572 },
565 "webRequestBlocking": { 573 "webRequestBlocking": {
566 "channel": "stable", 574 "channel": "stable",
567 "extension_types": ["extension", "packaged_app"] 575 "extension_types": ["extension", "packaged_app"]
568 }, 576 },
569 "webview": { 577 "webview": {
570 "channel": "stable", 578 "channel": "stable",
571 "extension_types": ["platform_app"] 579 "extension_types": ["platform_app"]
572 } 580 }
573 } 581 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698