Sweet VPN

Sweet VPN

Most stable and reliable VPN connection for your safe and private surfing. VPN with multiple GEO options.

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_name__",
  "description": "__MSG_description__",
  "version": "1.1.2",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://ipapi.co/json/",
    "https://ip.seeip.org/geoip",
    "https://api.myip.com/",
    "https://ifconfig.co/json"
  ],
  "icons": {
    "32": "/assets/images/icon32.png",
    "128": "/assets/images/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon16.png",
      "24": "assets/images/icon24.png",
      "32": "assets/images/icon32.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "assets/popup.html"
  }
}