My IP Hider VPN

My IP Hider VPN

My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!

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_app_name__",
  "short_name": "__MSG_app_short_name__",
  "version": "12.0.3",
  "description": "__MSG_description__",
  "icons": {
    "16": "./data/img/icon16.png",
    "48": "./data/img/icon48.png",
    "128": "./data/img/icon128.png"
  },
  "action": {
    "default_title": "__MSG_app_name__",
    "default_popup": "./data/popup/popup.html",
    "default_icon": {
      "19": "./data/img/19/icons/off.png",
      "38": "./data/img/38/icons/off.png"
    }
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "declarativeNetRequest",
    "management",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "./index.js",
    "type": "module"
  },
  "default_locale": "en"
}