Night Shift Google Drive

Night Shift Google Drive

Basic extension that updates Google Drive to dark mode.

Merlin
Additional files are visible only to premium users

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}"
    }
  }
}