{
    "name": "珞珈智行 · WHU-Walker",
    "short_name": "珞珈智行",
    "description": "武大校园智能路径规划助手 — 基于 LLM 的空间偏好转换器",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FAF8F5",
    "theme_color": "#9E3A4B",
    "lang": "zh-CN",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "categories": ["travel", "navigation", "education"],
    "shortcuts": [
        {
            "name": "最短路径",
            "url": "/?mode=distance_first",
            "description": "快速规划两点之间的最短路径"
        },
        {
            "name": "风景优先",
            "url": "/?mode=scenery_first",
            "description": "优先选择景观优美的路线"
        },
        {
            "name": "平坦优先",
            "url": "/?mode=slope_avoid",
            "description": "优先选择坡度平缓的路线"
        }
    ]
}
