Orange Radio Player

Orange Radio Player

A free access to thousands of internet radio stations and shows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "libs/audiolib_0.9.0_dev.min.js",
      "libs/ohincludeplayer_0.9.0_dev.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icon_19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "description": "A free access to thousands of internet radio stations and shows.",
  "manifest_version": 2,
  "name": "Orange Radio Player",
  "version": "0.7"
}