Proxy1Click - Secure Proxy Service

Proxy1Click - Secure Proxy Service

Secure Proxy Service by SSL/TLS with Rsa keys 2048 bit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Proxy1Click - Secure Proxy Service",
  "version": "1.1",
  "description": "Secure Proxy Service by SSL/TLS with Rsa keys 2048 bit",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "proxy_form_controller.js",
      "proxy_error_handler.js",
      "background.js"
    ],
    "pages": [
      "background.html"
    ]
  },
  "permissions": [
    "proxy",
    "http://*/",
    "https://*/"
  ],
  "manifest_version": 2
}