{
  "name": "FlashLearn",
  "short_name": "FlashLearn",
  "description": "Smarte Lernkarten – jederzeit, überall, auch offline lernen",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "lang": "de",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon.svg",     "sizes": "any",      "type": "image/svg+xml" }
  ],
  "categories": ["education", "productivity"]
}