TuneYou Radio

TuneYou Radio

Listen to your favorite radio stations online from all over the world. Explore stations by location or genre according to your mood.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TuneYou Radio",
  "description": "Listen to your favorite radio stations online from all over the world. Explore stations by location or genre according to your mood.",
  "default_locale": "en",
  "version": "1.0.5",
  "browser_action": {
    "default_icon": "TuneYou160.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "TuneYou20.png",
    "32": "TuneYou64.png",
    "48": "TuneYou64.png",
    "128": "TuneYou128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}