{
    "name": "VOVOBALL - 運動健康平台",
    "short_name": "VOVOBALL",
    "description": "地板滾球運動健康管理系統",
    "start_url": "/login?pwa=true",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#2ba89d",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}