RadioApp beta

RadioApp beta

Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/headphones.png",
    "default_popup": "popup-dev.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "",
  "icons": {
    "16": "images/headphones.png",
    "128": "images/headphones_128.png"
  },
  "name": "RadioApp beta",
  "manifest_version": 2,
  "permissions": [
    "http://94.25.53.133/",
    "http://ws.audioscrobbler.com/*",
    "http://station.ru/*",
    "http://radiopleer.com/*",
    "tabs",
    "storage"
  ],
  "version": "0.2"
}