Aplikacja kelnera jako PWA
This commit is contained in:
33
public/waiter/manifest.webmanifest
Normal file
33
public/waiter/manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user