AWM Proxy Tools

AWM Proxy Tools

Manage lists of proxy servers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AWM Proxy Tools",
  "version": "1.2",
  "description": "Manage lists of proxy servers.",
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "AWM Proxy Tool",
    "default_popup": "html/awmproxy.html"
  },
  "permissions": [
    "proxy",
    "storage",
    "unlimitedStorage"
  ]
}