Flipkart Seller Keyword-Listing Tool Datavio

Flipkart Seller Keyword-Listing Tool Datavio

Optimise listings on Flipkart, Amazon, quick commerce marketplaces, benchmark competitors, gain category insights and product trends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Optimise listings on Flipkart, Amazon, quick commerce marketplaces, benchmark competitors, gain category insights and product trends",
  "version": "3.1.3",
  "manifest_version": 3,
  "name": "Flipkart Seller Keyword-Listing Tool Datavio",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Datavio Flipkart competitor research",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.flipkart.com/*",
        "https://app.datavio.co/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.datavio.co/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "1dc73597205064570574.png",
        "8747dd10bb32b803b218.png",
        "3eb62727303fd5bce715.png",
        "46e0798bd6b36e72f16b.png",
        "55e446c525d15174ee9d.png",
        "70764cad9789c7ca8ff1.png",
        "df7ce15af88c8a2323b7.png"
      ],
      "matches": [
        "https://www.flipkart.com/*"
      ]
    }
  ]
}