ProductScraper - Shopify Product Scraper

ProductScraper - Shopify Product Scraper

Scrape products from any Shopify store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ProductScraper - Shopify Product Scraper",
  "description": "Scrape products from any Shopify store.",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "./images/favicon16x16.png",
    "32": "./images/favicon32x32.png",
    "64": "./images/favicon64x64.png",
    "128": "./images/favicon128x128.png"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_popup": "./popup.html",
    "default_icons": {
      "16": "./images/favicon16x16.png",
      "32": "./images/favicon32x32.png",
      "64": "./images/favicon64x64.png",
      "128": "./images/favicon128x128.png"
    }
  },
  "options_page": "./options.html",
  "permissions": [
    "activeTab",
    "tabs",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}