{
    "name": "处方管理系统",
    "short_name": "处方管理",
    "description": "中医药处方管理应用，支持处方开具、中药管理、AI推荐等功能",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1976D2",
    "orientation": "any",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}