og:image, other SEO and favicons

This commit is contained in:
2025-07-08 23:00:31 +02:00
parent 9e9c0e4b35
commit d222758849
11 changed files with 70 additions and 0 deletions

21
static/manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "Hogeland Linux - Linux Migratie Service",
"short_name": "Hogeland Linux",
"description": "Linux migratie service voor Windows 10 end-of-life. Geef uw computer nieuw leven met Linux!",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#059669",
"icons": [
{
"src": "/static/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}