{
  "id": "/?source=pwa",
  "name": "Milkhub",
  "short_name": "Milkhub",
  "description": "Milkhub - Manage milk delivery, customers, and daily operations بسهولة.",
  
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  
  "orientation": "portrait",
  
  "theme_color": "#ffffff",
  "background_color": "#ffffff",

  "icons": [
    {
      "src": "/milkhub-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/milkhub-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}

