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, "minimum_chrome_version": "120", "name": "Tally Counter", "description": "Clicker to click; Number to count; Score to keep - Up or Down", "version": "1.0.2", "version_name": "1.0.2", "icons": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "side_panel": { "default_path": "src\/sidepanel\/sidepanel.html" }, "permissions": [ "storage", "sidePanel" ] }