PureVPN Proxy - Best VPN for Edge

PureVPN Proxy - Best VPN for Edge

A VPN extension that helps you hide your information, access restricted content and browse the internet at fast speeds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "2.0.2",
  "author": "__MSG_extAuthorName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "assets/images/icon16.png",
    "128": "assets/images/icon128.png"
  },
  "background": {
    "service_worker": "ui/background.js"
  },
  "action": {
    "default_icon": {
      "19": "assets/images/icon19.png",
      "38": "assets/images/icon38.png"
    },
    "default_title": "__MSG_extShortName__",
    "default_popup": "ui/popup/template.html"
  },
  "incognito": "spanning",
  "minimum_chrome_version": "108.0",
  "permissions": [
    "alarms",
    "tabs",
    "webRequest",
    "webNavigation",
    "proxy",
    "privacy",
    "storage",
    "management",
    "webRequestAuthProvider",
    "identity"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "assets/js/content_location.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}