{
  "name": "ElitteGo | Your Everyday Delivery Partner",
  "short_name": "ElitteGo",
  "id": "elittego-app-v1",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FFC244",
  "description": "Order food, groceries, medicines, parcels and errands from trusted local businesses.",
  "lang": "en",
  "dir": "ltr",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "scope_extensions": [
    { "origin": "*.elittego.com" },
    { "origin": "https://auth.elittego.com" }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Start a new food or grocery order",
      "url": "/?action=new_order",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Merchant Dashboard",
      "short_name": "Merchant",
      "description": "Access your merchant portal",
      "url": "/merchant",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Orders",
      "short_name": "Track",
      "description": "Track your active orders",
      "url": "/?view=orders",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [".csv"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "widgets": [
    {
      "name": "ElitteGo Quick Stats",
      "short_name": "Stats",
      "description": "View your recent orders and quick stats.",
      "tag": "elittego-stats-widget",
      "template_url": "widget.json",
      "type": "application/json",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["food", "shopping", "delivery"],
  "screenshots": [
    {
      "src": "/screenshots/screen1.png",
      "sizes": "180x320",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screen2.png",
      "sizes": "180x320",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screen3.png",
      "sizes": "1242x2208",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/sscreen4.png",
      "sizes": "1242x2208",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
