Only VPN Free Premium Proxy VPN

Only VPN Free Premium Proxy VPN

Unlock the limitless potential of the internet with safety and freedom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Only VPN Free Premium Proxy VPN",
  "description": "Unlock the limitless potential of the internet with safety and freedom",
  "manifest_version": 3,
  "version": "1.11.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "vpns_free.html",
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "permissions": [
    "proxy",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}