init next-pwa

This commit is contained in:
2025-08-14 15:38:33 -04:00
parent 7c947e58c6
commit 92e4524268
6 changed files with 659 additions and 3 deletions

20
public/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "iCal PWA",
"short_name": "iCal",
"start_url": "/",
"background_color": "#ffffff",
"theme_color": "#1d4ed8",
"display": "standalone",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}