Added SEO shit

This commit is contained in:
2025-08-08 01:10:33 +02:00
parent b8e9ab4113
commit 76a3f35237
9 changed files with 54 additions and 0 deletions

21
static/site.webmanifest Executable file
View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/static/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}