{
    "name": "oopsyfy",
    "short_name": "oopsyfy",
    "description": "oopsyfyのWebアプリケーション",
    "start_url": "\/",
    "display": "standalone",
    "theme_color": "#cd90b7",
    "background_color": "#f9fafb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icon--favicon-192x192.png",
            "sizes": "192x192",
            "type": "image\/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon--favicon-256x256.png",
            "sizes": "256x256",
            "type": "image\/png",
            "purpose": "any"
        }
    ]
}