{
  "id": "/dashboard.html",
  "name": "Tailor Man",
  "short_name": "TailorMan",
  "description": "Professional tailor shop management — billing, orders, customers, and production in one place.",
  "start_url": "/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0071e3",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/sales-history.png",
      "sizes": "1199x602",
      "type": "image/png",
      "label": "Sales history and reporting"
    },
    {
      "src": "/screenshots/boutique-sales.png",
      "sizes": "1199x1036",
      "type": "image/png",
      "label": "Boutique sales dashboard"
    },
    {
      "src": "/screenshots/measurements.png",
      "sizes": "1199x584",
      "type": "image/png",
      "label": "Customer measurements"
    },
    {
      "src": "/screenshots/item-types.png",
      "sizes": "1199x1098",
      "type": "image/png",
      "label": "Item types and pricing"
    }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "New Bill",
      "url": "/new-bill.html",
      "description": "Create a new customer bill"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/customers.html",
      "description": "View all customers"
    },
    {
      "name": "Production",
      "short_name": "Production",
      "url": "/production.html",
      "description": "Track production orders"
    }
  ],
  "categories": ["business", "productivity"]
}
