GeoProxy - Free Proxy

GeoProxy - Free Proxy

Proxy based on location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GeoProxy - Free Proxy",
  "short_name": "GeoProxy",
  "version": "2.0",
  "description": "Proxy based on location",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_title": "GeoProxy - Free Proxy",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "proxy"
  ],
  "host_permissions": [
    "https://www.socks-proxy.net/"
  ]
}