Ellite Fm

Ellite Fm

Listen to Elite Fm in Chrome while browsing !! Just click on the icon to play or stop the radio. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ellite Fm",
  "background": {
    "scripts": [
      "player.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/off.png",
    "default_title": "__MSG_appButtonDesc__"
  },
  "default_locale": "pt_BR",
  "description": "__MSG_appDesc__",
  "homepage_url": "http://ellitefm.com",
  "icons": {
    "128": "images/logo.png"
  },
  "manifest_version": 2,
  "name": "Ellite Fm",
  "version": "1.1.1",
  "web_accessible_resources": [
    "images/*.png"
  ]
}