{
    "name": "MIRTILLA",
    "short_name": "Mirtilla",
    "description": "Mirtilla is your AI companion: an app to quickly transcribe, summarize and answer to custom requests on your meetings.",
    "start_url": "/pwaRedirect",
    "theme_color": "#eeffee",
    "background_color": "#eeffee",
    "display": "standalone",
    "icons": [
      {
        "src": "/img/favicon.ico",
        "sizes": "32x32"
      },
      {
        "src": "/pwa/logo_196.png",
        "sizes": "196x196"
      },
      {
        "src": "/pwa/logo_512.png",
        "sizes": "512x512"
      }
    ],
    "orientation": "any",
    "screenshots" : [
        {
          "src": "/pwa/screenshot.png",
          "sizes": "480x320",
          "type": "image/png",
          "label": "MIRTILLA - Screenshot"
        },
        {
          "src": "/pwa/screenshot_wide.png",
          "sizes": "1280x720",
          "type": "image/png",
          "form_factor": "wide",
          "label": "MIRTILLA - Screenshot"
        }
    ],
    "related_applications": [
      {
        "platform": "webapp",
        "url": "https://mirtilla.org/pwa/manifest.json"
      }
    ]
  }