Naproxy

Naproxy

Unblock any restricted website with Naproxy VPN Proxy! One-Click connect to secure your connection! Unlimited traffic –100% FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "assets/js/firefox/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "naproxy_disabled.png",
    "default_popup": "naproxy.html"
  },
  "default_locale": "en",
  "description": "Unblock any restricted website with Naproxy VPN Proxy! One-Click connect to secure your connection! Unlimited traffic –100% FREE!",
  "homepage_url": "https://www.naproxyvpn.com",
  "icons": {
    "16": "assets/img/cg-16.png",
    "48": "assets/img/cg-48.png",
    "128": "assets/img/cg-128.png"
  },
  "manifest_version": 2,
  "name": "Naproxy",
  "permissions": [
    "storage",
    "proxy",
    "privacy",
    "<all_urls>",
    "https://api.infura.io/*",
    "https://api.myetherapi.com/*",
    "https://api.infura.io/v1/jsonrpc/ropsten"
  ],
  "short_name": "Naproxy",
  "version": "1.1"
}