{
  "name": "Lese-Tracker",
  "short_name": "Lese-Tracker",
  "description": "Offline-First PWA zum Timen und Auswerten von Lese-Sessions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f1ede3",
  "theme_color": "#3f5d45",
  "orientation": "portrait-primary",
  "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }],
  "shortcuts": [
    {
      "name": "Timer starten",
      "url": "/?autostart=1",
      "icons": [{ "src": "/shortcut-timer.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }]
    },
    {
      "name": "Bibliothek",
      "url": "/library",
      "icons": [{ "src": "/shortcut-library.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }]
    },
    {
      "name": "Statistiken",
      "url": "/stats",
      "icons": [{ "src": "/shortcut-stats.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }]
    }
  ]
}
