{
    "name": "Roastoria ERP",
    "short_name": "Roastoria",
    "description": "Система управління виробництвом кавового ростера",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#030712",
    "theme_color": "#d97706",
    "lang": "uk",
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        }
    ],
    "categories": ["business", "productivity"],
    "shortcuts": [
        {
            "name": "Виробничі замовлення",
            "short_name": "Виробництво",
            "url": "/production",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        },
        {
            "name": "Прибуткові накладні",
            "short_name": "Надходження",
            "url": "/warehouse/receipts",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        },
        {
            "name": "Замовлення",
            "short_name": "Замовлення",
            "url": "/sales/orders",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        }
    ]
}
