Galgalatz - play it live - מוזיקה זה גלגלצ

Galgalatz - play it live - מוזיקה זה גלגלצ

Listen to the radio station and get song updates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Galgalatz - play it live - מוזיקה זה גלגלצ",
  "short_name": "שידור חי בגלגלצ",
  "icons": {
    "128": "icon.png"
  },
  "description": "Listen to the radio station and get song updates",
  "version": "0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage",
    "https://glz.co.il/"
  ],
  "author": "Miki Ziso , Shlomy Nahum"
}