{
  "name": "Stand/Sit Reminder",
  "short_name": "Timer",
  "description": "Ein Timer für die 45/15 Methode: Stehen und Sitzen im Wechsel.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#38bdf8",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}