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.4",
"version_name": "1.0.4",
"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-U4poX529.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"dapp-api.js",
"assets\/log-HiLbpPl4.js",
"assets\/innerFrom-D71-aacn.js",
"assets\/KeepAliveConnection-DQMqYOCs.js",
"assets\/index.ts-N_ZNzigR.js"
],
"use_dynamic_url": false
}
]
}