GigHunt - Fiverr™ SEO Tool

GigHunt - Fiverr™ SEO Tool

Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GigHunt - Fiverr™ SEO Tool",
  "version": "1.0.2",
  "description": "Get insights on competetion and demand for any niche on Fiverr with a list of suggested keywords!",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.js.cb28aace.ed10249d.js"
      ],
      "matches": [
        "https://www.fiverr.com/search/gigs?query=*",
        "https://www.fiverr.com/categories/*"
      ],
      "css": [
        "assets/content.js.a6d484ec.css"
      ]
    }
  ],
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.fiverr.com/*"
      ],
      "resources": [
        "assets/*.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.fiverr.com/*",
        "https://www.fiverr.com/*"
      ],
      "resources": [
        "assets/content.js.cb28aace.js"
      ],
      "use_dynamic_url": true
    }
  ]
}