Central Coast Radio

Central Coast Radio

Central Coast Radio

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Central Coast Radio",
  "description": "Central Coast Radio",
  "version": "1.0.3",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "page_action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "background/background.html",
    "persistent": true
  },
  "permissions": [
    "declarativeContent",
    "https://public.radio.co/"
  ]
}