{
  "name": "YamaGest",
  "short_name": "YamaGest",
  "start_url": "../",
  "id":"../",
"description": "yama gestionale",
"lang": "italian",
"dir": "auto",
"orientation": "any",
  "icons": [
    {
      "src": "/static/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "screenshots": [
  {
    "src": "/static/screenshot_desktop.webp",
    "sizes": "1920x1080",
    "type": "image/webp",
    "form_factor": "wide",
    "label": "Home screen"
  },
  {
    "src": "/static/screenshot_smart.webp",
    "sizes": "773x777",
    "type": "image/webp",
    "label": "Home screen"
  }]
}