Symphony Player

Symphony Player

Listen to symphony easily. The offical extension for Symphony. Listen without opening the website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "popup/player.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_title": "Symphony Radio"
  },
  "manifest_version": 2,
  "name": "Symphony Player",
  "description": "Listen to symphony easily. The offical extension for Symphony. Listen without opening the website.",
  "version": "2.70.2",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}