{
    "name": "任务打卡",
    "short_name": "打卡",
    "description": "儿童任务打卡系统",
    "start_url": "./index.php",
    "display": "standalone",
    "background_color": "#FFF8F0",
    "theme_color": "#FF9A56",
    "orientation": "portrait",
    "icons": [
        {
            "src": "assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}