{
  "name": "DeltaFour",
  "short_name": "DeltaFour",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "description": "DeltaFour Dashboard",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "lang": "en",
  "dir": "ltr",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/mobile-screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of DeltaFour dashboard"
    },
    {
      "src": "/screenshots/mobile-screenshot-2.png",
      "sizes": "1152x648",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of DeltaFour dashboard"
    }
  ],
  "icons": [
    {
      "src": "/Logo1.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/Logo2.png",
      "sizes": "512x512", 
      "type": "image/png"
    },
    {
      "src": "/badge-icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "badge"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the main dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/Logo1.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "badge": "/badge-icon.png"
}