Examine source code of Qogir Dark Theme (WebExtension)

Inspect and view changes in Qogir Dark Theme (WebExtension) 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,
  "applications": {
    "gecko": {
      "strict_min_version": "60.0"
    }
  },
  "name": "Qogir Dark Theme (WebExtension)",
  "version": "2019.12",
  "description": "Dark and soft Qogir theme based on Arc Dark",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "theme"
  ]
}