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. We’ll make your real IP address disappear so that your online activity can't be tracked.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "PaladinVPN - 100% Unlimited Free VPN Proxy",
  "version": "2.0.11",
  "manifest_version": 2,
  "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"
  },
  "browser_action": {
    "default_icon": "images/avatar.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./js/bg.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f254dae4-b210-4b30-8001-6e86be242b13}",
      "strict_min_version": "91.1.0"
    }
  },
  "web_accessible_resources": [
    "images/countryicon/Americas/UnitedStates.png"
  ]
}