34 lines
741 B
JSON
34 lines
741 B
JSON
{
|
||
"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"
|
||
}
|
||
]
|
||
}
|