Files
marketplaces/public/manifest.webmanifest
sdarbinyan 9cf508d319 clean up
2026-07-05 00:57:20 +04:00

33 lines
818 B
JSON

{
"name": "Marketplace - Интернет-магазин",
"short_name": "Marketplace",
"description": "Интернет-магазин цифровых товаров и услуг",
"display": "standalone",
"orientation": "portrait-primary",
"scope": "./",
"start_url": "./",
"theme_color": "#a855f7",
"background_color": "#ffffff",
"categories": ["shopping", "marketplace"],
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"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"
}
]
}