Theme Switch Firefox

Examine source code of Theme Switch

Inspect and view changes in Theme Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Theme Switch",
  "version": "1.1.5",
  "description": "Quickly toggle between light and dark Firefox themes with a single click. Perfect for users who switch themes frequently.",
  "developer": {
    "name": "Rajeshkumar Kumar"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "theme-switch-ext@rajeshkumar.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "management",
    "storage"
  ],
  "action": {
    "default_title": "Switch Theme",
    "default_icon": {
      "48": "icons/icon-dark-48.png",
      "96": "icons/icon-dark-96.png"
    }
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-dark-48.png",
    "96": "icons/icon-dark-96.png",
    "128": "icons/icon-dark-128.png"
  }
}

Best Theme Switch Alternatives

Here are some Firefox add-ons that are similar to Theme Switch: