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": "FastSet Wallet", "description": "The FastSet Wallet Extension", "version": "1.0.1", "version_name": "1.0.1", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-C1FjV1xR.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "dapp-api.js", "assets\/log-D4lDvVeF.js", "assets\/innerFrom-wv3ybI9j.js", "assets\/KeepAliveConnection-DcuYsio1.js", "assets\/index.ts-DD7iTyOP.js" ], "use_dynamic_url": false } ] }