{
  "name": "ymotd - Your Message of the Day",
  "short_name": "ymotd",
  "description": "Deine tägliche Familien- oder Team-Nachricht",
  "start_url": "/index.php?source=pwa",
  "display": "standalone",
  "background_color": "#f2f2f7",
  "theme_color": "#f2f2f7",
  "orientation": "portrait",
  "icons": [
    {
      "src": "ymotd_icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "ymotd_icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}