{
    "name": "工作日历待办",
    "short_name": "工作日历",
    "description": "记录每日工作待办，查看已完成与未完成任务，备忘重要数据，支持节日日历与周/月视图切换。",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f1f5f9",
    "theme_color": "#2563eb",
    "lang": "zh-CN",
    "dir": "ltr",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "今日待办",
            "short_name": "今日",
            "description": "查看今天的工作待办",
            "url": "./index.html"
        }
    ]
}
