PaladinVPN - 100% Unlimited Free VPN Proxy

PaladinVPN - 100% Unlimited Free VPN Proxy

PaladinVPN is a 100% free unlimited VPN service! It has no time, bandwidth, speed, and location switching limit at all. Bypass…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "images/avatar.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "./js/bg.js"
  },
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "PaladinVPN - 100% Unlimited Free VPN Proxy",
  "permissions": [
    "proxy",
    "storage"
  ],
  "version": "2.0.12",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/countryicon/Americas/UnitedStates.png"
      ]
    }
  ]
}