{
  "short_name": "NeoVisits",
  "name": "NeoVisits",
  "icons": [
    {
      "src": "assets/images/neo-pwa.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
        "src": "assets/images/neo-pwa.png",
        "type": "image/png",
        "sizes": "192x192"
    }
  ],
  "start_url": "/?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "NeoVisits",
      "short_name": "NeoVisits",
      "description": "NeoVisits",
      "url": "/today?source=pwa",
      "icons": [{ "src": "assets/images/neo-pwa.png", "sizes": "192x192" }]
    },
    {
      "name": "NeoVisits",
      "short_name": "NeoVisits",
      "description": "NeoVisits",
      "url": "/tomorrow?source=pwa",
      "icons": [{ "src": "assets/images/neo-pwa.png", "sizes": "192x192" }]
    }
  ],
  "description": "NeoVisits",
  "screenshots": [
    {
      "src": "assets/images/neo-pwa-s-shot.png",
      "type": "image/png",
      "sizes": "320x320"
    },
    {
      "src": "assets/images/neo-pwa-s-shot.png",
      "type": "image/jpg",
      "sizes": "320x320"
    }
  ]
}