{
  "id": "/dashboard",
  "name": "MUTE",
  "short_name": "MUTE",
  "description": "Multi-tenant restaurant POS application",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/dashboard",
  "icons": [
    {
      "src": "/mute-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mute-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "business", "productivity"],
  "lang": "en",
  "dir": "auto",
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard#restaurant",
      "description": "Open the restaurant dashboard"
    },
    {
      "name": "Orders",
      "url": "/dashboard#orders",
      "description": "Open order history"
    },
    {
      "name": "POS",
      "url": "/dashboard#pos",
      "description": "Open the point of sale"
    }
  ]
}
