ListenToRadio

ListenToRadio

Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.850.826",
  "name": "ListenToRadio",
  "description": "Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab.",
  "minimum_chrome_version": "60",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/aes.js",
      "js/mode-ecb.js",
      "js/background.js",
      "background/StationsList.js",
      "background/Player.js",
      "background/Storage.js",
      "background/communication.js",
      "background/main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "images/icon32-01.png"
    },
    "default_title": "ListenToRadio",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aztproducts.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/html/newtab.html"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "permissions": [
    "*://*.aztproducts.com/*",
    "https://service.prsstobe.com/*",
    "https://*.blpsearch.com/*",
    "cookies",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'sha256-lPfSSmbg7oaFyhyc0SvLpaAQDy5zWAjiJToczdEe5ms='; object-src 'self'"
}