XSTAR Radio

XSTAR Radio

Internet radio player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "XSTAR Radio",
  "version": "3.6",
  "description": "Internet radio player",
  "short_name": "XSTAR Radio",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "XSTAR Radio",
    "default_popup": ""
  },
  "permissions": [
    "tabs"
  ]
}