This commit is contained in:
pijukka 2025-04-15 00:02:58 +02:00
parent 4ccc6c7e9d
commit e6d1a22c1f
18 changed files with 2859 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"
}
}