{
  "name": "Yumas DMS — Distribution Management System",
  "short_name": "Yumas DMS",
  "description": "Enterprise distribution management — multi-warehouse inventory, GPS field tracking, payment recovery, and automated invoicing.",
  "start_url": "/login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "lang": "en-PK",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "id": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/landing-hero.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Yumas DMS Dashboard"
    },
    {
      "src": "/images/landing-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Yumas DMS Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the main dashboard",
      "url": "/dashboard",
      "icons": [
        { "src": "/images/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "New Order",
      "short_name": "Orders",
      "description": "Create a new sales order",
      "url": "/orders/create",
      "icons": [
        { "src": "/images/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Open reports hub",
      "url": "/reports",
      "icons": [
        { "src": "/images/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "related_applications": [],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
