face-vpn  (Free)

face-vpn (Free)

Best free VPN for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "face-vpn  (Free)",
  "version": "2.0.1",
  "description": "Best free VPN for you",
  "icons": {
    "16": "images/facevpnball.png",
    "19": "images/facevpnball.png",
    "22": "images/facevpnball.png",
    "128": "images/facevpnball.png"
  },
  "permissions": [
    "storage",
    "proxy",
    "nativeMessaging"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.boquanqiu.cn/*"
    ]
  },
  "action": {
    "default_icon": "images/facevpnball.png",
    "default_title": "Face-VPN",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}