supersam/public/manifest.webmanifest

38 lines
897 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.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}