Fusion: For Focused Music

Fusion: For Focused Music

Just click to get focused by Music Magic...!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/ext_icons/19_stop.png",
      "38": "img/ext_icons/38.png"
    },
    "default_title": "__MSG_p_defaultTitle__"
  },
  "default_locale": "en",
  "description": "__MSG_extDescr__",
  "icons": {
    "16": "img/ext_icons/16.png",
    "48": "img/ext_icons/48.png",
    "128": "img/ext_icons/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "https://fusion-music.000webhostapp.com/*"
  ],
  "version": "1.0"
}