AngelVPN - Best VPN for Privacy & Security

AngelVPN - Best VPN for Privacy & Security

Our One-click VPN extension helps you to hide your information, access restricted content and browse the internet at fast speeds.

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_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "1.0.4",
  "author": "__MSG_extAuthorName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "assets/images/icon_16x16.png",
    "48": "assets/images/icon_48x48.png",
    "64": "assets/images/icon_64x64.png",
    "128": "assets/images/icon_128x128.png"
  },
  "background": {
    "service_worker": "ui/background.js"
  },
  "action": {
    "default_icon": {
      "19": "assets/images/icon_19x19.png",
      "38": "assets/images/icon_38x38.png"
    },
    "default_title": "__MSG_extShortName__",
    "default_popup": "ui/popup/template.html"
  },
  "incognito": "spanning",
  "minimum_chrome_version": "88.0",
  "permissions": [
    "tabs",
    "privacy",
    "webRequest",
    "webNavigation",
    "proxy",
    "storage",
    "cookies",
    "management",
    "notifications",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}