JazzOn Radio Player

JazzOn Radio Player

A very compact radio player for listen to internet radio stations featuring Jazz music.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JazzOn Radio Player",
  "short_name": "JazzOn",
  "description": "A very compact radio player for listen to internet radio stations featuring Jazz music.",
  "version": "1.1.3",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "*://*/*",
    "storage",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  }
}