[Dark Theme] - Native Dark

[Dark Theme] - Native Dark

Native Dark allows for customization to match your system accent colors. Read the README file for advanced instructions. https://github.com/spikespaz/firefox-nativedark/blob/legacy/README.md

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Native Dark",
  "version": "1.9",
  "author": "spikespaz (Jacob Birkett)",
  "description": "Dynamic theme for Firefox Quantum that colorizes the title bar, tabs, and URL bar based on your Windows accent color.",
  "homepage_url": "https://github.com/spikespaz/Firefox-NativeDark",
  "icons": {
    "76": "images/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "theme",
    "storage"
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  }
}