{
  "name": "BirdHaus Factory Orders",
  "short_name": "BirdHaus",
  "description": "Factory Order Management System by BirdHaus",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/birdha-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/birdha-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Orders",
      "url": "/dashboard/orders",
      "description": "View all orders"
    },
    {
      "name": "Invoices",
      "url": "/dashboard/invoices",
      "description": "View invoices"
    },
    {
      "name": "Inventory",
      "url": "/dashboard/inventory",
      "description": "Check inventory"
    }
  ]
}
