Interactive radio

Interactive radio

App for listening to radio stations. Rate songs and save your favorites to bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_extension_name__",
  "version": "2.0.0",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/app-icon-16.png",
      "32": "icons/app-icon-32.png",
      "48": "icons/app-icon-48.png",
      "128": "icons/app-icon-128.png"
    },
    "default_title": "__MSG_app_extension_name__"
  },
  "default_locale": "en",
  "description": "__MSG_app_extension_description__",
  "icons": {
    "16": "icons/app-icon-16.png",
    "32": "icons/app-icon-32.png",
    "48": "icons/app-icon-48.png",
    "128": "icons/app-icon-128.png"
  },
  "author": "__MSG_app_extension_author__",
  "background": {
    "service_worker": "js/serviceWorkerScript.js",
    "persistence": true
  },
  "incognito": "not_allowed",
  "minimum_chrome_version": "95",
  "permissions": [
    "offscreen",
    "background",
    "storage"
  ]
}