{
  "name": "Mansur Enterprises",
  "short_name": "Mansur",
  "description": "Unified ERP, Cash, Delivery, and Catalogue suite for Mansur Enterprises.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "gcm_sender_id": "103953800507",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.mansurenterprises.twa",
      "url": "https://mansurenterprises.com/downloads/mansur-app.apk"
    },
    {
      "platform": "play",
      "id": "com.mansurenterprises.driver",
      "url": "https://mansurenterprises.com/downloads/mansur-driver.apk"
    }
  ],
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Portal",
      "short_name": "Portal",
      "description": "ERP, inventory, sales",
      "url": "/portal.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "CashHub",
      "short_name": "Cash",
      "description": "Cash registers and reconciliation",
      "url": "/cash-hub.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Delivery",
      "short_name": "Delivery",
      "description": "Admin & sales dispatch view",
      "url": "/delivery/app.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Driver",
      "short_name": "Driver",
      "description": "Driver route view",
      "url": "/delivery/driver.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Catalogue",
      "short_name": "Catalogue",
      "description": "Product catalogues",
      "url": "/catalog.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "ServiceHub",
      "short_name": "Service",
      "description": "Repairs, tickets & follow-ups",
      "url": "/service-hub.html",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
