mkstack/public/manifest.webmanifest

21 lines
592 B
Plaintext
Raw Normal View History

2025-07-14 21:40:30 +00:00
{
"name": "Gnome Nostr - The Sacred Network of Woodland Folk",
"short_name": "Gnome Nostr",
"description": "A magical Nostr client where all messages are translated into the ancient gnome tongue. Connect with fellow earth-dwellers across the message-mushroom network!",
"start_url": "/",
"display": "standalone",
"background_color": "#f0f5f0",
"theme_color": "#d97706",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}