{
    "name": "EasyShop — Умный помощник по магазину",
    "short_name": "EasyShop",
    "description": "AI-помощник для навигации по магазину: поиск товаров, построение оптимального маршрута",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#111111",
    "orientation": "portrait-primary",
    "categories": [
        "shopping",
        "navigation",
        "productivity"
    ],
    "icons": [
        {
            "src": "/img/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}