Goyral Zomato Extractor

Goyral Zomato Extractor

Zomato Extractor tool is a lightweight and powerful Just Dial data scraping software for lead generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Goyral Zomato Extractor",
  "description": "Zomato Extractor tool is a lightweight and powerful Just Dial data scraping software for lead generation.",
  "version": "3.1.5",
  "permissions": [
    "storage",
    "downloads",
    "management",
    "browsingData",
    "notifications",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "*://*.zomato.com/*",
    "*://goyral.com/*",
    "https://www.goyral.com/*"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "options_page": "html/output.html",
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "html/index.html",
    "default_title": "Goyral Zomato Extractor"
  },
  "content_scripts": [
    {
      "js": [
        "js/html2canvas.min.js",
        "js/jquery-3.3.1.js",
        "js/progress.js",
        "js/config.js",
        "js/xlsx.full.min.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.zomato.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}