ENTER Zagreb | Radio

ENTER Zagreb | Radio

ENT3R Zagreb | Samo Hitovi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ENTER Zagreb | Radio",
  "version": "1.0.1",
  "description": "ENT3R Zagreb | Samo Hitovi",
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "Enter Zagreb | Samo hitovi",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "permissions": [
    "background"
  ]
}