BugSmash: Fast Feedback, Zero Friction Firefox

Examine source code of BugSmash: Fast Feedback, Zero Friction

Inspect and view changes in BugSmash: Fast Feedback, Zero Friction source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BugSmash: Fast Feedback, Zero Friction",
  "version": "3.0.6",
  "description": "Turn any webpage, design or dashboard into an interactive feedback space with BugSmash. Add comments and share it with anyone.",
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png"
  },
  "action": {
    "default_icon": "favicon32.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://tools.bugsmash.io/*",
        "https://uat-tools.bugsmash.io/*"
      ],
      "js": [
        "bugsmash-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "*.js",
        "*.css",
        "assets/*",
        "vite.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+B"
      },
      "description": "Open the extension popup"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@bugsmash.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best BugSmash: Fast Feedback, Zero Friction Alternatives

Here are some Firefox add-ons that are similar to BugSmash: Fast Feedback, Zero Friction: