Hideman VPN

Hideman VPN

Data protection and traffic encryption

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hideman VPN",
  "version": "1",
  "default_locale": "en",
  "description": "__MSG_ext_description__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icons/16_off.png",
      "38": "icons/38_off.png"
    },
    "default_title": "PageAction",
    "default_popup": "popup/popup.html"
  },
  "author": "Hideman LTD",
  "background": {
    "page": "background/background.html",
    "persistent": true
  },
  "homepage_url": "https://www.hideman.net",
  "options_page": "options/options.html",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*",
    "ftp://*/*",
    "background",
    "proxy",
    "storage",
    "tabs"
  ],
  "short_name": "__MSG_ext_short_name__",
  "offline_enabled": false,
  "externally_connectable": {
    "matches": [
      "*://*.hideman.net/*"
    ]
  }
}