{
    "name": "小亮子蔬菜配送系统",
    "short_name": "蔬菜配送",
    "description": "专业的蔬菜配送管理系统 - 拍照/语音/聊天录单",
    "start_url": "/mobile/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2E7D32",
    "orientation": "portrait-primary",
    "categories": ["business", "food"],
    "lang": "zh-CN",
    "icons": [
        {
            "src": "/static/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "快速录单",
            "short_name": "录单",
            "url": "/mobile/quick-order/",
            "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
        },
        {
            "name": "今日订单",
            "short_name": "订单",
            "url": "/mobile/orders/",
            "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
        }
    ]
}
