Avaproxy

Avaproxy

Convenient organization of browser proxy settings management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.2",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon32.png"
  },
  "permissions": [
    "storage",
    "proxy"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}