Residential VPN | Tuxler

Residential VPN | Tuxler

A revolutionary community-powered VPN network with a HUGE number of worldwide locations available.

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_appName__",
  "description": "__MSG_appDescription__",
  "version": "3.1.25",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.tuxlernew2020.wpengine.com/*",
      "http://*.tuxlernew2020.wpengine.com/*",
      "https://tuxlernew2020.wpengine.com/*",
      "http://tuxlernew2020.wpengine.com/*",
      "https://*.tuxler.com/*",
      "http://*.tuxler.com/*",
      "http://tuxler.com/*",
      "https://tuxler.com/*",
      "https://*.tuxlervpn.com/*",
      "http://*.tuxlervpn.com/*",
      "http://tuxlervpn.com/*",
      "https://tuxlervpn.com/*"
    ]
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "19": "img/icon19.png",
      "32": "img/icon32.png",
      "48": "img/icon48.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    },
    "default_title": "__MSG_popupTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://payments.tuxler.com/*",
        "https://payments.tuxler.com/*",
        "http://tuxler.com/*",
        "https://tuxler.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*.tuxler.com/*",
    "*://*.tuxlervpn.com/*"
  ],
  "permissions": [
    "proxy",
    "privacy",
    "storage",
    "downloads"
  ]
}