{
  "name": "TailorPro",
  "short_name": "TailorPro",
  "description": "Tailor shop management system — manage orders, customers, measurements, and payments",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Create a new customer order",
      "url": "/dashboard/orders/new",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "View customer list",
      "url": "/dashboard/customers",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "screenshots": []
}
