VPN INDIA - Planet VPN lite Proxy

VPN INDIA - Planet VPN lite Proxy

Get accesss to any website or service with our free VPN INDIA proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.5",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_appTitle__",
    "default_icon": {
      "32": "icons/icon-disconnected.png"
    }
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "management",
    "offscreen"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}