{
    "name": "平平的小破站",
    "short_name": "小破站",
    "description": "分享Python游戏开发、前端技术和编程技巧",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "zh-CN",
    "icons": [
        {
            "src": "./images/logo.webp",
            "sizes": "1024x1024",
            "type": "image/jpeg",
            "purpose": "any maskable"
        }
    ],
    "categories": ["education", "technology"],
    "screenshots": [
        {
            "src": "./images/logo.webp",
            "sizes": "1024x1024",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "平平的小破站首页"
        }
    ]
}