כאן

כאן

Listen in background to Kan channels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "כאן",
  "version": "1.0",
  "description": "Listen in background to Kan channels",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "כאן - תחנות רדיו בישדור חי",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "analytics.js",
      "jquery-3.5.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "alarms"
  ],
  "icons": {
    "16": "icons/main/16.png",
    "48": "icons/main/48.png",
    "128": "icons/main/128.png"
  }
}