Files
marketplaces/public/manifest.webmanifest

33 lines
829 B
Plaintext
Raw Permalink Normal View History

2026-01-18 18:57:06 +04:00
{
"name": "Dexar Market - Интернет-магазин",
"short_name": "Dexar Market",
"description": "Интернет-магазин цифровых товаров и услуг",
"display": "standalone",
"orientation": "portrait-primary",
"scope": "./",
"start_url": "./",
"theme_color": "#a855f7",
"background_color": "#ffffff",
"categories": ["shopping", "marketplace"],
"icons": [
{
2026-03-06 18:40:58 +04:00
"src": "assets/images/dexar-favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
2026-01-18 18:57:06 +04:00
},
{
"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"
}
]
}