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": "Fuel Wallet", "version": "0.41.1", "description": "The official Fuel Wallet", "icons": { "16": "icons\/fuel-logo-16.png", "19": "icons\/fuel-logo-19.png", "32": "icons\/fuel-logo-32.png", "36": "icons\/fuel-logo-36.png", "38": "icons\/fuel-logo-38.png", "48": "icons\/fuel-logo-48.png", "64": "icons\/fuel-logo-64.png", "128": "icons\/fuel-logo-128.png", "256": "icons\/fuel-logo-256.png", "512": "icons\/fuel-logo-512.png" }, "action": { "default_title": "Fuel Wallet", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.contentScript.ts-dccb736a-9bd77b01.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "alarms", "tabs", "clipboardWrite", "scripting" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/index-f771cb5e.js", "assets\/index-5aa2c3a6.js", "assets\/contentScript-7fc5b040.js", "assets\/contentScript.ts-dccb736a.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/contentScript.ts-dccb736a.js", "assets\/index-f771cb5e.js", "assets\/index-5aa2c3a6.js", "assets\/contentScript-7fc5b040.js" ], "use_dynamic_url": false } ] }