Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Free Shopify Product Scraper & Exporter",
"version": "2.0.1",
"description": "Scraping products from any Shopify store is now free & easy with our Product Scraper & Exporter extension.",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": ".\/assets\/icons\/icon16.png",
"48": ".\/assets\/icons\/icon48.png",
"128": ".\/assets\/icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"16": ".\/assets\/icons\/icon16.png",
"48": ".\/assets\/icons\/icon48.png",
"128": ".\/assets\/icons\/icon128.png"
}
}