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": "Number Counter (Tally)", "version": "1.1.5", "description": "Count anything you want, with an easy to use number counter.", "permissions": [ "storage", "sidePanel" ], "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "assets\/js\/background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/*" ], "matches": [ "<all_urls>" ] } ] }