Cloud free VPN

Cloud free VPN

Safe, unlimited and free VPN by Cloud free VPN

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "icons/disabled16.png",
      "48": "icons/disabled48.png",
      "128": "icons/disabled128.png",
      "300": "icons/disabled300.png"
    },
    "default_popup": "data/index.html?popup",
    "default_title": "__MSG_extName__"
  },
  "author": "Cloud VPN",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content-style.css"
      ],
      "js": [
        "lib/content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "host_permissions": [
    "<all_urls>"
  ],
  "homepage_url": "https://www.downloadhub.cloud/2023/03/cloudVPN.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "300": "icons/icon300.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "minimum_chrome_version": "88.0",
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "proxy",
    "storage"
  ],
  "short_name": "freeVPN",
  "version": "1.0.2",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/icons/*"
      ]
    }
  ]
}