VPN Ultimate - Best VPN by unblock

VPN Ultimate - Best VPN by unblock

VPN Ultimate get online safely, anonymously and accessibility. VPN extension to access any website.

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_name__",
  "description": "__MSG_description__",
  "version": "1.0.6",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "storage",
    "declarativeNetRequest",
    "webRequest"
  ],
  "host_permissions": [
    "https://proxies.sweet-vpn.com/*",
    "<all_urls>"
  ],
  "icons": {
    "32": "/img/32.png",
    "128": "/img/128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": {
      "16": "/img/16.png",
      "24": "/img/24.png",
      "32": "/img/32.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  }
}