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",
"name": "Fuelet Wallet | Fuel",
"short_name": "fuelet",
"permissions": [
"clipboardRead",
"tabs",
"storage",
"alarms",
"scripting"
],
"manifest_version": 3,
"version": "1.0.45",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'"
},
"action": {
"default_popup": "index.html",
"default_icon": "icons\/Icon-128.png"
},
"description": "Wallet on Fuel",
"icons": {
"16": "icons\/Icon-16.png",
"32": "icons\/Icon-32.png",
"48": "icons\/Icon-48.png",
"128": "icons\/Icon-128.png"
},
"background": {
"service_worker": "dist\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"dist\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
]
}