{
  "name": "AL GHARAFA MODERN TAILOR",
  "short_name": "Gharafa Tailor",
  "description": "Bespoke tailoring, measurements, orders, and delivery management for AL GHARAFA MODERN TAILOR (خياط الغرافة الحديث).",
  "start_url": "/",
  "scope": "/",
  "id": "al-gharafa-modern-tailor-pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c1512",
  "theme_color": "#0c1512",
  "lang": "ar",
  "dir": "auto",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order / নতুন অর্ডার",
      "short_name": "New Order",
      "description": "Create a new tailoring order",
      "url": "/orders/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pending Measurements / মাপ তালিকা",
      "short_name": "Measurements",
      "description": "View and record pending measurements",
      "url": "/measurements/pending",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan QR / স্ক্যানার",
      "short_name": "Scan QR",
      "description": "Scan order QR code or barcode",
      "url": "/scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ]
}