{
  "name": "Eurotarget",
  "short_name": "Eurotarget",
  "description": "Eurotarget App",
  "id": "/",
  "theme_color": "#27272a",
  "background_color": "#27272a",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon512_maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon512_rounded.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}