{
  "name": "Vistro POS",
  "short_name": "Vistro",
  "description": "Restaurant point of sale, ordering, and reporting.",
  "id": "/?source=pwa",
  "start_url": "/quick?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "categories": ["business", "food"],
  "icons": [
    {
      "src": "/icons/vistro.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/vistro-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "/quick?source=pwa",
      "description": "Jump straight to the point of sale."
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "url": "/kitchen?source=pwa",
      "description": "Open the kitchen display system."
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "url": "/admin/reports?source=pwa",
      "description": "View today's sales and reports."
    }
  ],
  "prefer_related_applications": false
}
