TuneIn Player

TuneIn Player

Unofficial TuneIn Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TuneIn Player",
  "version": "0.58",
  "description": "Unofficial TuneIn Player",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "bar16.png",
      "32": "bar32.png"
    },
    "default_title": "Open a TuneIn web player"
  },
  "permissions": [
    "background"
  ],
  "background": {
    "scripts": [
      "tunein.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "tunein.css"
      ],
      "js": [
        "playing.js"
      ],
      "matches": [
        "https://tunein.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}