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": "Product Scraper for WooCommerce & Shopify",
"short_name": "WooShopi",
"version": "1.0",
"version_name": "1.0.0",
"description": "Download products from WooCommerce and Shopify stores with ease.",
"privacy_policy_url": "https:\/\/wooshopi.com\/privacy-policy",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' https:\/\/cdnjs.cloudflare.com; font-src https:\/\/cdnjs.cloudflare.com"
}
}