Examine source code of Redirect Yandex Turbo to HTML

Inspect and view changes in Redirect Yandex Turbo to HTML 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
{
  "manifest_version": 2,
  "version": "0.2.0",
  "name": "Redirect Yandex Turbo to HTML",
  "description": "Automatically redirects Yandex Turbo pages to their canonical HTML equivalent.",
  "short_name": "un-turbo",
  "author": "omicron-b",
  "homepage_url": "https://api.nxmail.org/unturbo/",
  "icons": {
    "16": "assets/icon_16.png",
    "32": "assets/icon_32.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png",
    "256": "assets/icon_256.png"
  },
  "permissions": [
    "https://yandex.ru/turbo*",
    "https://*.turbopages.org/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "scripts/redirector.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "{281b40c1-1a99-4b50-afad-0fbd6f0a0db3}",
      "strict_min_version": "60.0"
    }
  },
  "incognito": "spanning"
}