make it deployable to github pages and fix npm run test errors

This commit is contained in:
2025-11-21 23:32:21 +01:00
parent ba386f8bc7
commit 24fac79ea2
6 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Lumina",
"short_name": "Lumina",
"description": "A modern Nostr client application",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}