PortalBTC/static/manifest.json

21 lines
453 B
JSON

{
"name": "Portal BTC Wallet",
"short_name": "Portal BTC",
"description": "Your universal wallet for everything Bitcoin and Nostr.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}