hallöchen

This commit is contained in:
Lukas Rosier 2025-04-14 23:47:27 +02:00
parent 8435a7dce7
commit 2a138ba5ae
18 changed files with 2822 additions and 0 deletions

20
manifest.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "My Web App",
"short_name": "WebApp",
"description": "A web app for my awesome website.",
"start_url": "/?source=pwa",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "ghostwhite",
"icons": [
{
"src": "https://data.lukasrosier.com/appsmall.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://data.lukasrosier.com/app.png",
"sizes": "512x512",
"type": "image/png"
}
}