supersam/public/manifest.webmanifest

26 lines
709 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Школьное питание",
"short_name": "Школьное питание",
"description": "Панель управления доставкой заказов с доступом к кабинетам логиста, водителя и менеджера.",
"start_url": "/dashboard",
"scope": "/",
"display": "standalone",
"background_color": "#f4f7f5",
"theme_color": "#12805c",
"lang": "ru",
"icons": [
{
"src": "/icons/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
}
]
}