PixelCompare Overlay Firefox

Examine source code of PixelCompare Overlay

By: Fim
Inspect and view changes in PixelCompare Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PixelCompare Overlay",
  "description": "Compare images instantly using a transparent overlay slider to detect subtle visual differences and design inconsistencies.",
  "version": "1.0.0",
  "author": "VisualStack Studio",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pixelcompareoverlay@visualstackstudio.addons.mozilla.org",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PixelCompare Overlay Alternatives

Here are some Firefox add-ons that are similar to PixelCompare Overlay: