Query Hunter

Query Hunter

Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Query Hunter",
  "version": "2.1.4",
  "description": "Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.",
  "options_ui": {
    "page": "src/pages/options/index.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/pages/options/index.html",
        "contentStyle.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}