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": "x_Wallet", "version": "2.0.3", "description": "x_Wallet is a next-gen crypto wallet with seamless, unmatched interoperability and interface on the market.", "background": { "service_worker": "service_worker\/index.js", "type": "module" }, "permissions": [ "storage", "activeTab", "management" ], "action": { "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "default_popup": "index.html" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script\/index.js" ], "css": [], "run_at": "document_end", "type": "module" } ], "web_accessible_resources": [ { "resources": [ "manifest.json", "icon-128.png", "icon-34.png", "logo.png", "logo.png", "assets\/js\/*", "sdk\/*", "*.type\/*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "<all_urls>" ] } }