Quickly switch between Firefox

Examine source code of Quickly switch between

By: HAYWIN
Inspect and view changes in Quickly switch between source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark/Light Mode Switcher",
  "version": "1.0",
  "description": "Chuyển đổi giữa chế độ tối và sáng cho trang web.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Toggle Dark/Light Mode",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "darklight@example.com"
    }
  }
}

Best Quickly switch between Alternatives

Here are some Firefox add-ons that are similar to Quickly switch between: