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", "name": "Crypto Address Visualizer", "short_name": "Crypto Address Visualizer", "description": "Crypto Address Visualizer", "version": "1", "manifest_version": 3, "author": "Chris Schmich <[email protected]>", "homepage_url": "https:\/\/github.com\/schmich\/crypto-address-visualizer", "offline_enabled": true, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Crypto Address Visualizer", "default_popup": "visualizer.html" }, "icons": { "256": "icon.png" }, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self'; img-src data:" }, "minimum_chrome_version": "88" }