{
  "name": "UWATCH",
  "short_name": "UWatch",
  "icons": [
    {
      "src": "/watch/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/watch/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#111014",
  "background_color": "#111014",
  "display": "standalone",
  "screenshots": [
        {
            "src": "/screenshots/screenshot3.png",
            "sizes": "2880x1638",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/screenshot4.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}