Point and Shoot Firefox

Examine source code of Point and Shoot

Inspect and view changes in Point and Shoot source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Point & Shoot",
  "version": "2026.827.0",
  "description": "Point at or drag a box around a broken element, add a note, export a fix prompt.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "downloads",
    "clipboardWrite"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Point and Shoot — Start session"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options/options.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Start pointing at or dragging a box around a broken element"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/shared/design/fonts/*.woff2",
        "src/shared/design/icons.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel/sidepanel.html",
    "default_title": "Point and Shoot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pointandshoot@whizzzkid.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best Point and Shoot Alternatives

Here are some Firefox add-ons that are similar to Point and Shoot: