{
    "name": "OurLoveNotes",
    "short_name": "LoveNotes",
    "description": "Send and receive anonymous love notes.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fff1f2",
    "theme_color": "#ff477e",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}