Examine source code of Радио НЕСТАНДАРТ

Inspect and view changes in Радио НЕСТАНДАРТ 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",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_title": "Радио НЕСТАНДАРТ"
  },
  "default_locale": "ru",
  "description": "Слушайте Радио НЕСТАНДАРТ прямо в браузере!",
  "icons": {
    "16": "icons/16.png",
    "19": "icons/32.png",
    "38": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Радио НЕСТАНДАРТ",
  "permissions": [
    "storage",
    "offscreen",
    "alarms"
  ],
  "version": "1.2"
}