{
  "name": "MOCOS Café",
  "short_name": "MOCOS",
  "description": "Order food, track rewards & view offers at MOCOS Café",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2C1005",
  "theme_color": "#2C1005",
  "lang": "en",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "index.html",
      "sizes": "390x844",
      "type": "text/html",
      "form_factor": "narrow"
    }
  ],
  "categories": ["food", "lifestyle", "shopping"],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Browse our full menu",
      "url": "/index.html#menu",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Rewards",
      "short_name": "Rewards",
      "description": "Check your loyalty points",
      "url": "/index.html#rewards",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
