{
  "name": "NayzakPay",
  "short_name": "NayzakPay",
  "description": "Professional payment and money transfer system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/16.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/32.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/96.ico",
      "sizes": "96x96",
      "type": "image/x-icon"
    },
    {
      "src": "/144.ico",
      "sizes": "144x144",
      "type": "image/x-icon"
    },
    {
      "src": "/180.ico",
      "sizes": "180x180",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/192.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/512.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NayzakPay Dashboard"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NayzakPay Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Transfer",
      "short_name": "Transfer",
      "description": "Create a new money transfer",
      "url": "/admin",
      "icons": [
        {
          "src": "/192.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View transfer dashboard",
      "url": "/admin",
      "icons": [
        {
          "src": "/192.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}