Edge Radio Player

Edge Radio Player

Listen online radio stations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Edge Radio Player",
  "background": {
    "page": "background.html"
  },
  "description": "Listen online radio stations",
  "version": "5.6",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}