{
    "name": "ThePantry",
    "short_name": "ThePantry",
    "description": "ThePantry is a family-based ordering system that gives each household a fair share of points based on family size. Families use their points to pick food, supplies, and other products during bulk purchases, ensuring a simple, transparent, and fair distribution for everyone.",
    "theme_color": "#ffb870",
    "background_color": "#ffffff",
    "display_override": [
        "window-controls-overlay"
    ],
    "display": "standalone",
    "start_url": "/",
    "screenshots": [
        {
            "src": "/static/screenshots/home-narrow.png",
            "type": "image/png",
            "sizes": "424x761",
            "form_factor": "narrow"
        },
        {
            "src": "/static/screenshots/home-wide.png",
            "type": "image/png",
            "sizes": "1070x700",
            "form_factor": "wide"
        }
    ],
    "icons": [
        {
            "src": "/static/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icons/android-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}