PRJX Universal Dark Mode + Firefox

Examine source code of PRJX Universal Dark Mode +

By: dJe
Inspect and view changes in PRJX Universal Dark Mode + source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PRJX Universal Dark Mode +",
  "version": "2.3.3",
  "description": "Activate a universal dark theme with multiple profiles.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.prjx.com/*"
      ],
      "js": [
        "prjx-shortcuts.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "prjx-universal-dark-mode-plus@prjx.dev",
      "strict_min_version": "112.0"
    }
  }
}

Best PRJX Universal Dark Mode + Alternatives

Here are some Firefox add-ons that are similar to PRJX Universal Dark Mode +: