Let's get this started

This commit is contained in:
Danny Morabito 2025-07-06 15:56:28 +02:00
commit c6ce63b6fa
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
46 changed files with 3983 additions and 0 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

21
static/manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"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"
}
]
}