{
    "name": "ShelfCare",
    "short_name": "ShelfCare",
    "description": "Household Pantry & Meal Tracker",
    "start_url": "/hongy/",
    "scope": "/hongy/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4CAF50",
    "orientation": "any",
    "icons": [
        {
            "src": "/hongy/static/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/hongy/static/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/hongy/static/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["food", "lifestyle", "utilities"]
}
