{
    "name": "플라워홀덤",
    "short_name": "플라워홀덤",
    "description": "플라워홀덤를 즐기세요",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#7c4dff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/images/homelogo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/homelogo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}