{
  "name": "UMMIGO ERP Partner Portal",
  "short_name": "UMMIGO ERP",
  "description": "Multi-Tenant Enterprise POS, Branch Management & Cloud ERP Platform",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0F172A",
  "theme_color": "#B4FF3C",
  "orientation": "any",
  "categories": ["business", "finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/mobile-web/icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/mobile-web/icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/mobile-web/icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Open Touch POS Billing Screen",
      "url": "/admin/point-of-sale",
      "icons": [{ "src": "/mobile-web/icons/Icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Active Orders",
      "short_name": "Orders",
      "description": "View Live Orders & KDS",
      "url": "/admin/orders",
      "icons": [{ "src": "/mobile-web/icons/Icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Push Notifications",
      "short_name": "Broadcasts",
      "description": "Send Live Broadcast Alerts",
      "url": "/admin/push-notification-console",
      "icons": [{ "src": "/mobile-web/icons/Icon-192.png", "sizes": "192x192" }]
    }
  ]
}
