feat: the webmanifest

This commit is contained in:
Matouš Volf 2024-09-13 16:34:06 +02:00
parent 56680c8f34
commit 59a59ecc0a

15
assets/manifest.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "Todo Baggins",
"short_name": "Todo Baggins",
"start_url": "/",
"display": "standalone",
"background_color": "#27272a",
"theme_color": "#e4e4e7",
"icons": [
{
"src": "/images/icon.png",
"sizes": "any",
"type": "image/png"
}
]
}