hamstr/public/manifest.json

16 lines
300 B
JSON
Raw Normal View History

{
"short_name": "Hamstr",
"name": "Hamstr - Nostr client",
"start_url": "/home",
"display": "standalone",
"theme_color": "#15202b",
"background_color": "#15202b",
"icons": [
{
"src": "icons/favicon-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
]
}