feat: add PWA manifest

This commit is contained in:
2026-03-30 21:13:26 +00:00
parent b5e17ecab2
commit 44cb5fc3b2

21
manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "The Door",
"short_name": "The Door",
"description": "Crisis intervention and support from Timmy.",
"start_url": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"icons": [
{
"src": "https://picsum.photos/seed/door/192/192",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://picsum.photos/seed/door/512/512",
"sizes": "512x512",
"type": "image/png"
}
]
}