A Radix Protocol Lightweight Wallet
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"short_name": "CerbyMask",
"name": "CerbyMask",
"description": "A Radix Protocol Lightweight Wallet",
"version": "1.2.5",
"manifest_version": 3,
"icons": {
"16": "android-chrome-192x192.png",
"48": "android-chrome-192x192.png",
"96": "android-chrome-192x192.png",
"128": "android-chrome-192x192.png"
},
"action": {
"default_popup": "index.html",
"default_title": "CerbyMask - A Radix Protocol Lightweight Wallet"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https://mainnet.radixdlt.com/*",
"https://stokenet.radixdlt.com/*",
"https://api.bitfinex.com/*"
],
"background": {
"service_worker": "radix.js"
}
}