{
  "name": "Fluentra - Vocabulary Learning",
  "short_name": "Fluentra",
  "description": "Learn vocabulary with translations, flashcards, books, and gamification",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4E7CFF",
  "theme_color": "#4E7CFF",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Vocabulary",
      "short_name": "Practice",
      "url": "/practice",
      "icons": [{"src": "/icons/logo.png", "sizes": "512x512", "type": "image/png"}]
    },
    {
      "name": "Read Books",
      "short_name": "Books",
      "url": "/books",
      "icons": [{"src": "/icons/logo.png", "sizes": "512x512", "type": "image/png"}]
    }
  ]
}
