Examine source code of Night Shift Google Drive

Inspect and view changes in Night Shift Google Drive 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,
  "name": "Night Shift Google Drive",
  "description": "Changes Google Drive to darkmode. See https://github.com/Hthrace/night-shift-google-drive",
  "version": "1.1.1",
  "homepage_url": "https://github.com/Hthrace/night-shift-google-drive",
  "icons": {
    "44": "icons/darkmode-44.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://drive.google.com/*"
      ],
      "js": [
        "darkmode.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6db66fc-f053-440e-b22f-9f568e2078c1}"
    }
  }
}