Music

Music

Launcher for Google Music and other services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Music",
  "minimum_chrome_version": "24.0.1307.0",
  "description": "Launcher for Google Music and other services",
  "version": "0.5",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "webview"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  }
}