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, "version": "0.3.1", "short_name": "Tally", "name": "Tally", "description": "A tool to display more information about an Ethereum address.", "action": { "default_title": "Tally", "default_popup": "popup.html" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "options_page": "options.html", "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ { "resources": [ "fonts\/*.*" ], "matches": [ "<all_urls>" ] } ] }