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": "KPI Tracker | Tally Counter with Tabs", "version": "1.0", "description": "A side panel tally counter with tabs", "permissions": [ "sidePanel", "storage" ], "host_permissions": [ "https:\/\/app.clickweber.com\/*" ], "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "Tally Counter" }, "background": { "service_worker": "background.js" } }