Virtual Hosts Firefox

Examine source code of Virtual Hosts

By: Longoon
Inspect and view changes in Virtual Hosts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Virtual Hosts",
  "description": "Apply a virtual hosts file for development purposes.",
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "virtual-hosts-firefox@codefreak.net"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}

Best Virtual Hosts Alternatives

Here are some Firefox add-ons that are similar to Virtual Hosts: