radyo RUN ON AIR

radyo RUN ON AIR

This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "radyo RUN ON AIR",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-play.png"
    },
    "default_title": "radyo RUN ON AIR GB"
  },
  "background": {
    "scripts": [
      "scripts/soundmanager2.js",
      "scripts/background.js"
    ]
  }
}