StealthShield VPN - Invisible and Secure

StealthShield VPN - Invisible and Secure

Our technology ensures that your online activity is completely hidden, while our encryption keeps your personal information secure.

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/mhpobfcmhbomjjhapakpbdemjcekndbi",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}