Toggley Firefox

Examine source code of Toggley

Inspect and view changes in Toggley source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Toggley",
  "short_name": "toggley",
  "version": "2.3",
  "author": "Farid Zelli",
  "homepage_url": "https://github.com/FaridZelli/Toggley",
  "description": "Light / Dark mode toggle button and theme switcher for Firefox.",
  "icons": {
    "16": "icons/toggley.svg",
    "32": "icons/toggley.svg"
  },
  "action": {
    "default_area": "navbar",
    "default_icon": "icons/toggley.svg",
    "default_title": "Toggle browser theme"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+0"
      },
      "description": "Toggle browser theme"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "management",
    "menus",
    "storage",
    "browserSettings"
  ],
  "background": {
    "scripts": [
      "defaults.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Toggley@FaridZelli",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Toggley Alternatives

Here are some Firefox add-ons that are similar to Toggley: