Examine source code of Arc Dark Theme

Inspect and view changes in Arc Dark Theme 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": {
      "id": "arc-dark-theme-we@ujjwal",
      "strict_min_version": "58.0"
    }
  },
  "name": "Arc Dark Theme",
  "version": "2018.1.2resigned1",
  "description": "Arc Dark theme for Firefox. Based on https://github.com/horst3180/arc-firefox-theme",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "theme"
  ]
}