Auto Reload Backend Firefox

Examine source code of Auto Reload Backend

By: Bama
Inspect and view changes in Auto Reload Backend source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Reload Backend",
  "version": "1.1",
  "description": "Auto-reloads browser tabs when code changes. Requires VS Code Auto Reload extension. Enhances development workflow.",
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "ws://localhost:8080/"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d0f1e2c7-bbc1-43d6-bb45-df4e9db8c8e1}"
    }
  }
}

Best Auto Reload Backend Alternatives

Here are some Firefox add-ons that are similar to Auto Reload Backend: