{
  "name": "3aqlia - Restaurant Management",
  "short_name": "3aqlia",
  "description": "Smart restaurant management with QR code ordering",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF8F0",
  "theme_color": "#C84B31",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/orders",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "View kitchen orders",
      "url": "/kitchen",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["food", "business", "productivity"],
  "lang": "en",
  "dir": "auto",
  "prefer_related_applications": false
}
