{
  "name": "Edufyer - KI-Lernplattform",
  "short_name": "Edufyer",
  "description": "Lerne alles mit KI. Personalisierte Kurse zu jedem Thema in Sekunden.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Edufyer Startseite"
    },
    {
      "src": "/screenshots/mobile-course.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kursübersicht"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuen Kurs erstellen",
      "short_name": "Neuer Kurs",
      "description": "Generiere einen neuen KI-Kurs",
      "url": "/generate",
      "icons": [{ "src": "/icons/shortcut-generate.png", "sizes": "96x96" }]
    },
    {
      "name": "Meine Kurse",
      "short_name": "Kurse",
      "description": "Zeige alle deine Kurse",
      "url": "/courses",
      "icons": [{ "src": "/icons/shortcut-courses.png", "sizes": "96x96" }]
    },
    {
      "name": "KI-Tutor Eddy",
      "short_name": "Eddy",
      "description": "Chatte mit dem KI-Tutor",
      "url": "/tutor",
      "icons": [{ "src": "/icons/shortcut-tutor.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=de.edufyer.app",
      "id": "de.edufyer.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/edufyer/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/generate",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "topic",
      "text": "topic",
      "url": "url"
    }
  }
}
