Chill Radio

Chill Radio

A radio with a unique selection of beautiful deep house, tropical and positive music.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chill Radio",
  "manifest_version": 3,
  "version": "1.7",
  "description": "A radio with a unique selection of beautiful deep house, tropical and positive music.",
  "background": {
    "service_worker": "worker.js"
  },
  "icons": {
    "16": "/assets/icons/logo16.png",
    "32": "/assets/icons/logo32.png",
    "48": "/assets/icons/logo48.png",
    "128": "/assets/icons/logo128.png"
  },
  "action": {
    "default_title": "Chill Radio",
    "default_popup": "content/popup.html",
    "default_icon": {
      "24": "/assets/icons/logo24.png"
    }
  },
  "permissions": [
    "offscreen",
    "storage"
  ]
}