Upnet

Upnet

Download UpnetVPN - the world’s #1 VPN Chrome extension for total privacy and security

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Upnet",
  "version": "2.1",
  "description": "Download UpnetVPN - the world’s #1 VPN Chrome extension for total privacy and security",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "management"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "",
    "default_icon": {
      "16": "images/logo-16.png",
      "32": "images/logo-32.png",
      "48": "images/logo-48.png",
      "128": "images/logo-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 2
}