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

Unified Diff: chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/manifest.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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/manifest.json b/chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e83f2ceef99bbf28fbb4d46d1f89e71a4c596b43
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/manifest.json
@@ -0,0 +1,15 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC61/45N9NLV2RJed0+RTsio6gyrcYKCaIz5dPjNrOvvLa6LMSbMCsXwecHkXR8ohd26AmgOjYlkSFl4JSzNybDcVPO1p/EfkF/o5k/GC6IPtS2PBFBsjjktz2hdAwSlY04QSW0X0TsDKxCPg69CaudH0cbCFxxJ3ml7R4xfDPXxwIDAQAB",
+ "manifest_version": 2,
+ "name": "Music Manager Private Sample",
+ "version": "0.1",
+ "minimum_chrome_version": "28",
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ },
+ "permissions": [
+ "musicManagerPrivate"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/music_manager_private/device_id_value_returned/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698