AutoProx

AutoProx

Auto rotating proxy system that connects you to a secure server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AutoProx",
  "description": "Auto rotating proxy system that connects you to a secure server.",
  "version": "0.0.0.1",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "assets/icons/default.png"
  },
  "browser_action": {},
  "permissions": [
    "proxy",
    "<all_urls>"
  ]
}