Lviv Wave Radio

Lviv Wave Radio

This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lviv Wave Radio",
  "description": "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)",
  "version": "1.1",
  "browser_action": {
    "default_icon": "play.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "author": "Ivan Koval",
  "icons": {
    "38": "play.png",
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://onair.lviv.fm:8000/"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}