Mullvad Proxy (unofficial)

Mullvad Proxy (unofficial)

Connect to a range of Mullvad proxies without manual configuration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.2.5",
  "default_locale": "en",
  "manifest_version": 2,
  "developer": {
    "name": "Matt Hensman <[email protected]>",
    "url": "https://matt.tf"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "91.1.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/unlocked-16.png",
      "24": "icons/unlocked-24.png",
      "32": "icons/unlocked-32.png"
    },
    "default_popup": "ui/popup/index.html"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.bundle.js"
    ]
  },
  "icons": {
    "48": "icons/locked-48.png",
    "96": "icons/locked-96.png"
  },
  "options_ui": {
    "page": "ui/options/index.html"
  },
  "permissions": [
    "proxy",
    "notifications",
    "storage",
    "<all_urls>"
  ]
}