{
    "name": "Grocesta – Online Grocery Delivery in Chilakaluripet",
    "short_name": "Grocesta",
    "description": "Order fresh vegetables, fruits, dairy & daily essentials online in Chilakaluripet. Fast doorstep delivery at best prices.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2e7d32",
    "orientation": "portrait-primary",
    "lang": "en-IN",
    "scope": "/",
    "categories": ["shopping", "food", "lifestyle"],
    "icons": [
        { "src": "./favicon-16x16.png",   "sizes": "16x16",     "type": "image/png", "purpose": "any" },
        { "src": "./favicon-32x32.png",   "sizes": "32x32",     "type": "image/png", "purpose": "any" },
        { "src": "./apple-touch-icon.png","sizes": "180x180",   "type": "image/png", "purpose": "any maskable" },
        { "src": "./grocesta.png",        "sizes": "192x192",   "type": "image/png", "purpose": "any maskable" },
        { "src": "./grocesta.png",        "sizes": "512x512",   "type": "image/png", "purpose": "any maskable" }
    ],
    "shortcuts": [
        {
            "name": "Shop Groceries",
            "short_name": "Shop",
            "description": "Browse and order fresh groceries",
            "url": "/?shortcut=shop",
            "icons": [{ "src": "./grocesta.png", "sizes": "192x192" }]
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "description": "Track your grocery orders",
            "url": "/orders.html",
            "icons": [{ "src": "./grocesta.png", "sizes": "192x192" }]
        },
        {
            "name": "My Cart",
            "short_name": "Cart",
            "description": "View your shopping cart",
            "url": "/cart.html",
            "icons": [{ "src": "./grocesta.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [
        {
            "src": "./grocesta.png",
            "sizes": "540x720",
            "type": "image/png",
            "platform": "narrow",
            "label": "Grocesta Home Screen"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
