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": "WACart : Cart Recovery + CMS for Shopify", "description": "This extension allows shopify admin orders send pre-defined msg and access order details.", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "images\/wapp-icon-128.png", "default_title": "WACart : Cart Recovery + CMS for Shopify" }, "permissions": [ "storage" ], "icons": { "32": "images\/wapp-icon-32.png", "64": "images\/wapp-icon-64.png", "128": "images\/wapp-icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "css": [ "css\/common.css" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/content_script.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/whatschat.shopiapps.in\/*" ] }