Trust VPN

Trust VPN

TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Trust VPN",
  "version": "2.0.0",
  "description": "TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/icon128.png"
    },
    "default_popup": "pages/popup.html",
    "default_title": "TrustVPN"
  },
  "permissions": [
    "tabs",
    "proxy",
    "storage",
    "privacy",
    "webRequest",
    "notifications",
    "alarms",
    "cookies",
    "webRequestAuthProvider",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "pages/background.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}