Files
marketplaces/public/manifest.novo.webmanifest
sdarbinyan 0b3b2ee463 changes
2026-03-06 18:40:58 +04:00

33 lines
842 B
JSON
Raw Permalink 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": "Novo Market - Интернет-магазин",
"short_name": "Novo",
"description": "Novo Market - ваш онлайн магазин качественных товаров с доставкой",
"theme_color": "#10b981",
"background_color": "#ffffff",
"display": "standalone",
"scope": "./",
"start_url": "./",
"orientation": "portrait",
"categories": ["shopping", "lifestyle"],
"icons": [
{
"src": "assets/images/novo-favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}