{
  "theme_color": "#0A55BA",
  "background_color": "#0A55BA",
  "display": "fullscreen",
  "orientation": "any",
  "scope": "/",
  "start_url": "/?pwa=true",
  "id": "/",
  "name": "Cashy",
  "short_name": "Cashy",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/logo_192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/logo_512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "40x40"
    }
  ]
}