{
  "name": "CafeX - Centralize Showcasing and Ordering System",
  "short_name": "CafeX",
  "description": "Your Cafe Showcasing and Simple Ordering System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/cafex-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/cafex-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/cafex-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "View our cafe menu",
      "url": "/customer-menu",
      "icons": [{ "src": "/cafex-logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Place an Order",
      "short_name": "Order",
      "description": "Order online",
      "url": "/customer-buy",
      "icons": [{ "src": "/cafex-logo.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}