{
  "name": "Meum Diarium - Antike Tagebücher",
  "short_name": "Meum Diarium",
  "description": "Interaktive Plattform für römische Geschichte, Lateinlernen, KI-Transparenz und antike Texte.",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#B8860B",
  "background_color": "#0a0a0a",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "categories": [
    "education",
    "books",
    "history",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "de-DE",
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "shortcuts": [
    {
      "name": "Vokabeltrainer",
      "short_name": "Vokabeln",
      "description": "Lateinische Vokabeln lernen",
      "url": "/vocab",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Grammatik",
      "short_name": "Grammatik",
      "description": "Lateinische Grammatik üben",
      "url": "/learn/grammar",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Texte lesen",
      "short_name": "Lesen",
      "description": "Antike lateinische Texte lesen",
      "url": "/reader",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Zeitstrahl",
      "short_name": "Timeline",
      "description": "Interaktive Chronologie der Antike",
      "url": "/timeline",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Lexikon",
      "short_name": "Lexikon",
      "description": "Glossar der Antike",
      "url": "/lexicon",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Simulation",
      "short_name": "Sim",
      "description": "Starte eine historische Simulation",
      "url": "/caesar/simulation",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Über uns",
      "short_name": "Über",
      "description": "Erfahre mehr über das Projekt",
      "url": "/about",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "KI-Transparenz",
      "short_name": "KI",
      "description": "Wie KI in Meum Diarium eingesetzt wird",
      "url": "/ki",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "Meum Diarium Startseite"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
