GeoQuery Pro Firefox

Examine source code of GeoQuery Pro

Inspect and view changes in GeoQuery Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GeoQuery Pro",
  "version": "1.0",
  "description": "Geo-targeted search tool with advanced features for customized local searches.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "GeoQuery Pro",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "geolocation",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.google.com/*",
    "*://*.bing.com/*",
    "*://*.duckduckgo.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*",
        "*://*.bing.com/search*",
        "*://*.duckduckgo.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "geoquerypro@gmail.com"
    }
  }
}

Best GeoQuery Pro Alternatives

Here are some Firefox add-ons that are similar to GeoQuery Pro: