{
    "name": "簡易分帳小工具",
    "short_name": "簡易分帳",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#F3F4F6",
    "theme_color": "#4F46E5",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icon-v2.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}