GeoSearch: 'VPN' for Google Search

GeoSearch: 'VPN' for Google Search

Emulates Google search from the user's desired location and language

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GeoSearch: 'VPN' for Google Search",
  "version": "2024.2.13",
  "description": "Emulates Google search from the user's desired location and language",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "images/fb-logo-48.png",
    "128": "images/fb-logo-128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Five Blocks",
    "default_icon": "images/fb-logo.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "http://*/",
    "https://*/",
    "file:///json"
  ]
}