Telleport - Best Free VPN

Telleport - Best Free VPN

Flip the switch, and you're connected to the best free VPN out there - Telleport.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2022.2.1",
  "name": "Telleport - Best Free VPN",
  "homepage_url": "https://telleport.me",
  "description": "Flip the switch, and you're connected to the best free VPN out there - Telleport.",
  "incognito": "spanning",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/tray-off16.png",
      "32": "img/tray-off32.png",
      "64": "img/tray-off64.png",
      "128": "img/tray-off128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Telleport - Best Free VPN"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "https://app.telleport.me/"
  ],
  "permissions": [
    "proxy",
    "storage",
    "tabs",
    "notifications",
    "scripting",
    "privacy",
    "management"
  ]
}