Secure VPN for Internet Privacy & Security

Secure VPN for Internet Privacy & Security

Keep your internet activity private and secure with secure VPN extension. Enjoy a safer browsing experience with online protection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "options_page": "options.html",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/aafaldcpcealbodfflfokngkkiplmcfp",
  "version": "1.0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}