Guardiano VPN

Guardiano VPN

VPN extension that will change the way you experience the internet! Browsing with privacy and speed without spending a dime.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Guardiano VPN",
  "version": "1.3",
  "description": "VPN extension that will change the way you experience the internet! Browsing with privacy and speed without spending a dime.",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "proxy"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}