Live Reload Pro Firefox

Examine source code of Live Reload Pro

By: Dracon
Inspect and view changes in Live Reload Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Live Reload Pro",
  "description": "Enable Live Reload on any page with configurable ports. Perfect for web development with Rust, Python, Node.js, and more.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "commands": {
    "toggle-livereload": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Toggle Live Reload on the current tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "livereload-pro@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Live Reload Pro",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Live Reload Pro Alternatives

Here are some Firefox add-ons that are similar to Live Reload Pro: