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": "Whatshopify: Shopify to WhatsApp - Tracking, Orders,\u00a0Products.",
"version": "3.0",
"description": "Fasten up your Customer Service up to 10x connecting Shopify Store directly\u00a0to\u00a0WhatsApp",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"https:\/\/*.whatsapp.net\/*",
"https:\/\/mmg.whatsapp.net\/*",
"https:\/\/api1.shopilam.com\/*",
"https:\/\/api.shopilam.com\/*",
"https:\/\/files.static.shopilam.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"action": {
"default_title": "Web Enhancement Whatsapify",
"default_popup": "",
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"node_modules\/react\/umd\/react.production.min.js",
"node_modules\/react-dom\/umd\/react-dom.production.min.js",
"https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/tailwind.min.css"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https: data:"
}
}