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": "Whatsapp Web Status Downloader", "description": "Save Whatsapp Web Statuses", "version": "0.0.1", "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "icons": { "128": "icons\/icon.png" } }