{
    "name": "BaloSync",
    "short_name": "BaloSync",
    "description": "Smart kitchen inventory and meal planning by Chef Balo",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4CAF50",
    "orientation": "portrait",
    "categories": ["food", "lifestyle", "utilities"],
    "icons": [
        {
            "src": "favicon.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Inventory",
            "short_name": "Inventory",
            "url": "/?screen=inventory",
            "icons": [{"src": "logo-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Shopping List",
            "short_name": "Shopping",
            "url": "/?screen=shopping",
            "icons": [{"src": "logo-192.png", "sizes": "192x192"}]
        }
    ]
}
