MUSE - unlimited, Free Music

MUSE - unlimited, Free Music

Unlimited free music. MUSE has all the music you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "/img/icon_32.png",
      "38": "/img/icon_38.png"
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "/img/icon_16.png",
    "32": "/img/icon_32.png",
    "48": "/img/icon_48.png",
    "128": "/img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs"
  ],
  "short_name": "MUSE",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}