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": "Spell Wallet", "description": "Spell Wallet is a one-click airdrop wallet.", "version": "1.5.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "index.html?extensionPage=popup" }, "side_panel": { "default_path": "index.html?extensionPage=sidePanel" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "permissions": [ "sidePanel", "offscreen" ], "externally_connectable": { "ids": [], "matches": [] }, "background": { "service_worker": "background.js" } }