Examine source code of 1tuner.com

Inspect and view changes in 1tuner.com source codes across current and past versions
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",
  "manifest_version": 2,
  "name": "1tuner.com",
  "short_name": "1tuner",
  "version": "1.2.0",
  "description": "1 web app to listen to online radio",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "128": "128.png",
    "192": "192.png",
    "512": "512.png"
  },
  "homepage_url": "https://1tuner.com/",
  "app": {
    "urls": [
      "https://1tuner.com/"
    ],
    "launch": {
      "web_url": "https://1tuner.com/"
    }
  }
}