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

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: Rebasing. Created 7 years, 6 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 // also doesn't hurt anything. 339 // also doesn't hurt anything.
340 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 340 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
341 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 341 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
342 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 342 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
343 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 343 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
344 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 344 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
345 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 345 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
346 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev 346 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
347 ] 347 ]
348 }, 348 },
349 "musicManagerPrivate": {
350 "channel": "dev",
351 "extension_types": ["platform_app"],
352 "whitelist": [
353 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
354 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test
355 ]
356 },
349 "nativeMessaging": [ 357 "nativeMessaging": [
350 { 358 {
351 "channel": "beta", 359 "channel": "beta",
352 "extension_types": [ 360 "extension_types": [
353 "extension", "packaged_app", "platform_app" 361 "extension", "packaged_app", "platform_app"
354 ] 362 ]
355 }, 363 },
356 { 364 {
357 "channel": "stable", 365 "channel": "stable",
358 "extension_types": [ 366 "extension_types": [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 }, 584 },
577 "webRequestBlocking": { 585 "webRequestBlocking": {
578 "channel": "stable", 586 "channel": "stable",
579 "extension_types": ["extension", "packaged_app"] 587 "extension_types": ["extension", "packaged_app"]
580 }, 588 },
581 "webview": { 589 "webview": {
582 "channel": "stable", 590 "channel": "stable",
583 "extension_types": ["platform_app"] 591 "extension_types": ["platform_app"]
584 } 592 }
585 } 593 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698