Aplikacja kelnera jako PWA

This commit is contained in:
2026-06-20 15:11:49 +02:00
parent 99bb83702a
commit 83ea4184b4
10 changed files with 210 additions and 9 deletions

View File

@@ -0,0 +1,33 @@
{
"id": "/app/public/waiter/",
"name": "Panel kelnera Biesiada",
"short_name": "Kelner",
"description": "Wezwania kelnera i prośby o rachunek",
"start_url": "./index.php",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#0f172a",
"background_color": "#0f172a",
"lang": "pl",
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}