IPBurger Proxy & VPN

IPBurger Proxy & VPN

The Highest Quality Premium Proxies & VPN for Business

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IPBurger Proxy & VPN",
  "description": "The Highest Quality Premium Proxies & VPN for Business",
  "version": "2.4.18",
  "manifest_version": 3,
  "icons": {
    "48": "icons/logo-red.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/logo-white.png"
    },
    "default_title": "IPBurgerVPN",
    "default_popup": "menu/index.html"
  },
  "background": {
    "service_worker": "background/index.js"
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/**/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "statusbar/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "offscreen/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "homepage_url": "https://www.ipburger.com",
  "permissions": [
    "storage",
    "proxy",
    "privacy",
    "webNavigation",
    "webRequest",
    "webRequestAuthProvider",
    "declarativeNetRequest",
    "tabs",
    "scripting",
    "offscreen",
    "browsingData"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "minimum_chrome_version": "109"
}