{
  "name": "Yawa - Yet Another Weather App",
  "short_name": "Yawa",
  "description": "A beautiful and modern weather app that provides accurate forecasts with a clean, intuitive interface.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/images/icon.png",
      "sizes": "1000x1000",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=de.digregorio.dario.yawa",
      "id": "de.digregorio.dario.yawa"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/yawa-weather/id1626828365"
    }
  ]
} 