Toggle Browser Settings Firefox

Examine source code of Toggle Browser Settings

Inspect and view changes in Toggle Browser Settings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.1.0",
  "name": "Toggle Browser Settings",
  "description": "Toggle global settings such as Document colors (global light/dark mode) and Image animations.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ToggleBrowserSettings@cubeleco"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {},
  "icons": {
    "64": "icon.png"
  },
  "commands": {
    "docColors": {
      "description": "Toggle document colors"
    },
    "docFonts": {
      "description": "Toggle document fonts"
    },
    "siteZoom": {
      "description": "Toggle site specific zoom"
    },
    "animImg": {
      "description": "Toggle image animations"
    }
  },
  "permissions": [
    "browserSettings",
    "menus",
    "storage"
  ]
}

Best Toggle Browser Settings Alternatives

Here are some Firefox add-ons that are similar to Toggle Browser Settings: