Radioplayer UK

Radioplayer UK

UK Radio in one place. Live, catch-up and podcasts from 500 stations: news, sport, and music from pop, rock, and jazz to classical.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Radioplayer UK",
  "version": "1.2.4",
  "description": "UK Radio in one place. Live, catch-up and podcasts from 500 stations: news, sport, and music from pop, rock, and jazz to classical.",
  "icons": {
    "48": "48x48_icon.png",
    "128": "128x128_icon.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.png",
      "48": "48x48_icon.png",
      "128": "128x128_icon.png"
    },
    "default_title": "Radioplayer UK"
  },
  "background": {
    "scripts": [
      "radioplayer.js"
    ],
    "persistent": false
  }
}