HideMe FreeVPN

HideMe FreeVPN

Unblock websites and stay secure with HideMe

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HideMe FreeVPN",
  "short_name": "HideMe VPN",
  "description": "Unblock websites and stay secure with HideMe",
  "version": "18.5.10",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "off48.png",
      "64": "off64.png",
      "128": "off128.png"
    },
    "default_popup": "popup.html",
    "default_title": "HideMe"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "proxy",
    "storage",
    "alarms",
    "notifications"
  ]
}