OnWebRadio

Discover for free 30,000 radio stations on 7 continents, 10,000 cities, 218 countries, 87 languages and 263 genres. OnWebRadio.com
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.0.7",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://OnWebRadio.com/?source=cws"
    ],
    "launch": {
      "web_url": "http://OnWebRadio.com/?source=cws"
    }
  }
}