{
  "name": "German Vocabulary Flashcards",
  "short_name": "Lang Learn",
  "description": "Learn German vocabulary with spaced repetition flashcards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#18181b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Learning",
      "short_name": "Learn",
      "description": "Start a learning session",
      "url": "/learn",
      "icons": []
    },
    {
      "name": "View Overview",
      "short_name": "Overview",
      "description": "View all cards",
      "url": "/",
      "icons": []
    }
  ]
}
