GoalPath - Bug Reporter & Feedback Tool Firefox

Examine source code of GoalPath - Bug Reporter & Feedback Tool

Inspect and view changes in GoalPath - Bug Reporter & Feedback Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GoalPath - Bug Reporter & Feedback Tool",
  "description": "Report bugs and ideas directly from any page. Captures screenshots, page context, and console errors automatically.",
  "version": "1.1.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "https://goalpath.app/*",
    "http://localhost:3003/*",
    "https://*.amazonaws.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hello@goalpath.app",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "GoalPath",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best GoalPath - Bug Reporter & Feedback Tool Alternatives

Here are some Firefox add-ons that are similar to GoalPath - Bug Reporter & Feedback Tool: