{
  "id": "/v1",
  "name": "Northwind AI",
  "short_name": "NorthwindAI",
  "description": "AI Automation Web Services",
  "background_color": "#120e0d",
  "theme_color": "#120e0d",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Get started",
      "short_name": "Get started",
      "url": "/get-started"
    },
    {
      "name": "Log in",
      "short_name": "Log in",
      "url": "/login"
    }
  ]
}