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": "Se3ker wallet",
"description": "Se3ker wallet",
"version": "0.0.3",
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"192": "android-chrome-192x192.png",
"512": "android-chrome-512x512.png"
},
"action": {
"default_icon": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"192": "android-chrome-192x192.png",
"512": "android-chrome-512x512.png"
},
"default_popup": "index.html",
"default_title": "Open Se3ker wallet"
},
"background": {
"service_worker": "src\/background.js",
"type": "module"
}
}