{
    "name": "biggerBlog 管理后台",
    "short_name": "biggerBlog",
    "description": "AI 辅助教育内容创作与跨平台分发管理后台",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f4f7f8",
    "theme_color": "#00bcd4",
    "lang": "zh-CN",
    "icons": [
        {
            "src": "/android-chrome-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}