IPBurger Proxy & VPN

IPBurger Proxy & VPN

IPBurger Extension is an advanced proxy management tool that enhances Firefox's limited proxying capabilities. IPBurger provides premium Proxies & VPN for Business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IPBurger Proxy & VPN",
  "description": "The Highest Quality Premium Proxies & VPN for Business",
  "version": "2.4.17",
  "manifest_version": 2,
  "icons": {
    "48": "icons/logo-red.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/logo-white.png"
    },
    "default_title": "IPBurgerVPN",
    "default_popup": "menu/index.html"
  },
  "background": {
    "scripts": [
      "background/index.js"
    ]
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "icons/**/*",
    "statusbar/index.html"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
  "homepage_url": "https://www.ipburger.com",
  "permissions": [
    "storage",
    "proxy",
    "privacy",
    "webNavigation",
    "webRequest",
    "tabs",
    "<all_urls>",
    "*://*/*",
    "webRequestBlocking"
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{21803f21-2e5e-48a6-94f1-667da5724593}"
    }
  }
}