Files
thetool/public/assets/pwa/shipping-note-manifest.json
2025-04-09 22:06:15 +02:00

22 lines
513 B
JSON

{
"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"
}
]
}