UltimaDark - The Fastest Dark Mode Extension

UltimaDark - The Fastest Dark Mode Extension

UltimaDark uses agressive & smart techniques to turn even the sunniest websites into realms of darkness. Although it works well, this is so experimental, it makes lab rats look like seasoned professionals. Go ahead, embrace the shadows! 🦇

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "UltimaDark",
  "version": "1.5.45",
  "description": "The extension uses agressive techniques to get a dark mode everywhere on internet\nThis is still highly experimental so it can also ruin your internet experience",
  "homepage_url": "https://github.com/ThomazPom/Moz-Ext-UltimaDark",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/2x.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{7c7f6dea-3957-4bb9-9eec-2ef2b9e5bcec}"
    },
    "gecko_android ": {
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "browsingData",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_icon": "icons/38.png",
    "default_title": "UltimaDark is active",
    "default_popup": "popup.html?mode=uDark-popup"
  },
  "background": {
    "scripts": [
      "MurmurHash3.js",
      "background.js"
    ]
  }
}