BlufVPN

BlufVPN

Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BlufVPN",
  "description": "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "permissions": [
    "proxy",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  }
}