hamstr/public/manifest.json
Daniele Tonon dd5a9e3d1e Enable PWA mode
* Full screen support
* Avoid reload at startup if the app was already added to the home
* Match the top status bar color
2023-01-30 12:31:20 +01:00

16 lines
300 B
JSON

{
"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"
}
]
}