This commit is contained in:
2025-09-27 20:49:58 +02:00
commit 767fb638ce
58 changed files with 6724 additions and 0 deletions

21
static/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "MiniFacebook",
"short_name": "MiniFB",
"start_url": "/",
"display": "standalone",
"background_color": "#181a1b",
"theme_color": "#2563eb",
"description": "MiniFacebook Social App",
"icons": [
{
"src": "/static/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}