Better Bugs Firefox

Examine source code of Better Bugs

Inspect and view changes in Better Bugs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Bugs",
  "author": "Felix Sommer",
  "short_name": "BB",
  "version": "1.1.1",
  "icons": {
    "64": "res/icon.png"
  },
  "devtools_page": "src/devtools/devtools.html",
  "description": "Better Bugs is a browser extension simplifying bug reporting by capturing network requests, screenshots, system information, and user comments. It automates the collection of vital data, including network interactions and browser environment details, aiding developers in swiftly identifying and resolving issues. With a user-friendly interface, users can effortlessly generate comprehensive bug reports, fostering efficient communication between testers and developers.",
  "homepage_url": "https://github.com/sommerfe/better_bugs/",
  "applications": {
    "gecko": {
      "id": "betterbugs@example.com"
    }
  },
  "permissions": [
    "activeTab",
    "downloads",
    "<all_urls>",
    "devtools",
    "storage"
  ],
  "browser_action": {
    "default_title": "Better Bugs",
    "default_popup": "src/popup/popup.html"
  },
  "options_page": "src/options/options.html",
  "web_accessible_resources": [
    "lib/jszip.min.js"
  ]
}

Best Better Bugs Alternatives

Here are some Firefox add-ons that are similar to Better Bugs: