Radio Eksen & Rock FM

Radio Eksen & Rock FM

Radio Eksen & Rock FM Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Radio Eksen & Rock FM",
  "description": "Radio Eksen & Rock FM Extension",
  "version": "2.8",
  "permissions": [
    "https://radioeksen.com/",
    "https://public.radio.co/",
    "http://ws.audioscrobbler.com/"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/eksen_icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/eksen_icon.png",
    "48": "img/eksen_icon.png",
    "128": "img/eksen_icon.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}