Radio Wien

Radio Wien

radio livestream player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Radio Wien",
  "short_name": "wie",
  "author": "Paul Em",
  "description": "radio livestream player",
  "version": "2.9.1",
  "manifest_version": 2,
  "icons": {
    "16": "images/logos/wie-16.png",
    "128": "images/logos/wie-128-round.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    },
    "streamurl": "http://mp3stream17.apasf.apa.at/;",
    "streamtype'": "audio/mpeg",
    "tracklist": "http://hop.orf.at/img-trackservice/wien.js",
    "curProgram": "http://tube.orf.at/broadcastSchedule/currentBroadcast.jsonp?scheme=sendungsplan-wie.xml",
    "website": "http://wien.orf.at/radio/",
    "color": "#CF5611"
  },
  "commands": {
    "playPauseMusic": {
      "suggested_key": {
        "default": "MediaPlayPause"
      },
      "description": "Play and Pause the radio",
      "global": true
    },
    "stopMusic": {
      "suggested_key": {
        "default": "MediaStop"
      },
      "description": "Stop the radio",
      "global": true
    }
  },
  "permissions": [
    "storage",
    "notifications",
    "alwaysOnTopWindows",
    "http://hop.orf.at/img-trackservice/wie.js",
    "http://tube.orf.at/broadcastSchedule/currentBroadcast.jsonp",
    "http://mp3stream17.apasf.apa.at/"
  ],
  "offline_enabled": false
}