{
  "name": "Onreorderly — Run your whole business in one place",
  "short_name": "Onreorderly",
  "description": "Inventory, purchase orders, demand forecasting, and workforce scheduling — everything a growing small business needs, in one place.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2563eb",
  "background_color": "#f0f2f7",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Dashboard",    "url": "/?nav=dashboard", "description": "View your operations dashboard" },
    { "name": "Inventory",    "url": "/?nav=inventory", "description": "Check inventory levels" },
    { "name": "Orders",       "url": "/?nav=orders",    "description": "View purchase orders" },
    { "name": "Workforce",    "url": "/?nav=workforce", "description": "Manage shifts and scheduling" }
  ]
}
