33 lines
829 B
JSON
33 lines
829 B
JSON
{
|
|
"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": [
|
|
{
|
|
"src": "assets/images/dexar-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"
|
|
}
|
|
]
|
|
}
|