{
    "name": "YouChef",
    "short_name": "YouChef",
    "description": "Recipes from around the world",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFEEB",
    "theme_color": "#242D96",
    "orientation": "portrait",
    "icons": [
      {
        "src": "/icons/newlogx4.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/icons/newlogo512х4.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "screenshots": [
        {
          "src": "/icons/screenshot1.jpg",
          "sizes": "591x1280",
          "type": "image/jpg",
          "form_factor": "narrow"
        },
        {
          "src": "/icons/screenshot3.jpg",
          "sizes": "1920x896",
          "type": "image/jpg",
          "form_factor": "wide"
        }
      ]
  }