{
  "name": "Guap",
  "short_name": "Guap",
  "icons": [
    {
      "src": "/icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#000000",
  "publisher": "Munyaradzi Chiwundura",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Wallet",
      "url": "/wallet",
      "description": "View your cards",
      "icons": [
        {
          "src": "/wallet.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "View your calendar",
      "icons": [
        {
          "src": "/calendar.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Settings",
      "url": "/settings",
      "description": "View your profile",
      "icons": [
        {
          "src": "/profile.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
