{
    "id": "/",
    "name": "学校综合管理平台",
    "short_name": "校园管理",
    "description": "智慧校园综合管理系统 - 学生管理、教师管理、日常办公",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#4f46e5",
    "background_color": "#4f46e5",
    "lang": "zh-CN",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "登录",
            "short_name": "登录",
            "url": "/login",
            "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
