{
  "name": "GwizaSuite - Staff",
  "short_name": "GwizaSuite",
  "description": "All-in-one supplier management platform for Rwanda-based suppliers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E8EDF3",
  "theme_color": "#0B1F3B",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icon1.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Receiving",
      "short_name": "Receiving",
      "description": "Record new goods arrival",
      "url": "/inventory/receiving/new",
      "icons": [{ "src": "/icon1.png", "sizes": "96x96" }]
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "description": "Create a new quote",
      "url": "/sales/quotes/new",
      "icons": [{ "src": "/icon1.png", "sizes": "96x96" }]
    },
    {
      "name": "Record Payment",
      "short_name": "Payment",
      "description": "Record a customer payment",
      "url": "/payments/record",
      "icons": [{ "src": "/icon1.png", "sizes": "96x96" }]
    }
  ]
}
