Radio Nova Player Plugin

Radio Nova Player Plugin

Play Radio Nova from your browser background directly : www.novaplanet.com. Click on the Plugin Icon in your browser to enable or disable radio listening.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Radio Nova Browser Player Plugin",
  "author": "Nikelse Dev",
  "version": "1.3resigned1",
  "manifest_version": 2,
  "description": "Play Radio Nova Audio Stream on your browser instantly. http://www.novaplanet.com/radionova",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/nova-48-off.png"
    },
    "default_title": "Radio Nova Plugin",
    "default_popup": "popup/livesystem.html"
  },
  "background": {
    "page": "popup/bgsystem.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}