{
  "name": "BarSight",
  "short_name": "BarSight",
  "description": "Clarity behind the bar. Inventory, purchasing, POS, tasks, and menus in one system.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#121417",
  "theme_color": "#C89B3C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/barsight-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/barsight-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your operations dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/barsight-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage inventory",
      "url": "/inventory",
      "icons": [{ "src": "/barsight-logo.png", "sizes": "192x192" }]
    }
  ]
}
