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": "Suiet | Sui Wallet",
"description": "The Sui wallet for everyone, built on Sui blockchain",
"version": "0.6.3",
"version_name": "0.6.3",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"scripting",
"offscreen",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.ts.1d108c70.20156085.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"dapp-api.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/log.da482352.js",
"assets\/innerFrom.09156beb.js",
"assets\/Port.eb2b2357.js",
"assets\/index.ts.1d108c70.js"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
}
}