Invert Website Colors Firefox

Examine source code of Invert Website Colors

By: Yhoko
Inspect and view changes in Invert Website Colors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Invert Colors",
  "version": "1.0",
  "description": "Simple button to invert a website. Works tab-specific.",
  "browser_specific_settings": {
    "gecko": {
      "id": "invert-colors@yhoko.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "96": "icon.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_title": "Farben umkehren"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Invert Website Colors Alternatives

Here are some Firefox add-ons that are similar to Invert Website Colors: