Theme Switcher - Dark/Light Theme Toggle Firefox

Examine source code of Theme Switcher - Dark/Light Theme Toggle

Inspect and view changes in Theme Switcher - Dark/Light Theme Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Theme Switcher - Dark/Light Theme Toggle",
  "version": "1.0.0",
  "description": "Toggle dark/light theme on any website immediately (SPA friendly).",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Theme Switcher - switch between dark/light/system/default themes",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "theme-switcher@mohib.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "id": "theme-switcher@mohib.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Theme Switcher - Dark/Light Theme Toggle Alternatives

Here are some Firefox add-ons that are similar to Theme Switcher - Dark/Light Theme Toggle: