{
    "name": "Account",
    "description": "我が家の家計簿",
    "start_url": "/?utm_source=homescreen",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0e484a",
    "theme_color": "#0e484a",
    "icons": [
        {
            "src": "/assets/manifest_icon-192px.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets/manifest_icon-256px.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/assets/manifest_icon-512px.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}