{
    "name": "Get一下鸭 - AI知识库",
    "short_name": "Get鸭",
    "description": "AI 驱动的个人知识库 - 自动收集、总结、关联你的知识碎片",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4A90D9",
    "orientation": "portrait",
    "scope": "/",
    "lang": "zh-CN",
    "categories": ["productivity", "education"],
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-1.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "添加内容",
            "short_name": "添加",
            "description": "添加新的知识内容",
            "url": "/?action=add",
            "icons": [{ "src": "/images/add.png", "sizes": "96x96" }]
        },
        {
            "name": "知识图谱",
            "short_name": "图谱",
            "description": "查看知识图谱",
            "url": "/?page=graph",
            "icons": [{ "src": "/images/graph.png", "sizes": "96x96" }]
        }
    ]
}
