added shipping note service worker

This commit is contained in:
Luca Haid
2025-04-09 22:06:15 +02:00
parent 264e2f31bc
commit 5f2e5d2b0c
4 changed files with 64 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"name": "thetool Lieferscheine",
"short_name": "Lieferscheine",
"description": "Lieferscheine für thetool.",
"start_url": "/WarehouseShippingNote/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/assets/images/pwa-thetool-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/pwa-thetool-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}