Sveriges Radio Player

Sveriges Radio Player

Listen to live radio from the channels at Sveriges Radio (Swedish Radio).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appNameShort__",
  "description": "__MSG_appDesc__",
  "author": "Making Odd Edit Studios",
  "default_locale": "sv",
  "version": "1.12.39",
  "minimum_chrome_version": "20",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "http://sverigesradio.se/*",
    "http://*.sr.se/*",
    "http://ws.audioscrobbler.com/2.0/*",
    "https://www.google-analytics.com/",
    "background",
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "content/images/logo-16.png",
    "48": "content/images/logo-48.png",
    "128": "content/images/logo-128.png"
  },
  "browser_action": {
    "default_icon": "content/images/logo-19.png",
    "default_popup": "popup.html"
  }
}