NoWall proxy (by NoWall)

NoWall proxy (by NoWall)

Secure web proxy without ssh or vpn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "NoWall proxy (by NoWall)",
  "description": "Secure web proxy without ssh or vpn.",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "encodev2.js",
      "background.js"
    ]
  },
  "icons": {
    "128": "icons/nowall_128x128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "NoWall",
    "default_icon": "icons/nowall_off_16x16.png"
  },
  "manifest_version": 2
}