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": "UPChats - Productivity in Instagram and WhatsApp conversations", "version": "0.0.0.7", "description": "Have a floating button on any website to open your WhatsApp Web and Instagram with just one click!", "permissions": [ "activeTab", "tabs", "scripting", "system.display", "windows", "storage" ], "host_permissions": [ "<all_urls>" ], "icons": { "48": ".\/public\/images\/logo_v2_2.png" }, "background": { "service_worker": "background.js" }, "action": { "open_in_tab": true, "default_icon": { "48": ".\/public\/images\/logo_v2_2.png" }, "default_popup": "index.html" } }