{
  "name": "Heard — Kitchen",
  "short_name": "Heard",
  "description": "Kitchen management for the whole line",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "categories": ["productivity", "food", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prep List",
      "short_name": "Prep",
      "description": "Today's realtime prep list",
      "url": "/prep-list",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "86 Board",
      "short_name": "86",
      "description": "Mark or clear 86'd items",
      "url": "/menu",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Shift Notes",
      "short_name": "Notes",
      "description": "Pass-down log",
      "url": "/shift-notes",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
