Q-music NL

Q-music NL

Zet Q-music NL in je browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Q-music NL",
  "description": "Zet Q-music NL in je browser.",
  "version": "4.1",
  "icons": {
    "128": "logo_128.png"
  },
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "name": "Click to start Q-music stream",
    "default_icon": "Q.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "back.html"
  },
  "options_page": "options.html"
}