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": "FRWT Secure DeFi Crypto Wallet", "description": "Self custody Web3 platform - manage your digital funds securely", "icons": { "16": "icons\/wl\/frwt\/16.png", "32": "icons\/wl\/frwt\/32.png", "96": "icons\/wl\/frwt\/96.png" }, "permissions": [ "storage", "unlimitedStorage", "alarms", "gcm", "notifications" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "icons\/wl\/frwt\/16.png", "32": "icons\/wl\/frwt\/32.png", "96": "icons\/wl\/frwt\/96.png" }, "default_title": "", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "js\/injected.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "minimum_chrome_version": "102", "version": "1.4.0" }