{
  "name": "MyWordBook - Playful Vocabulary Trainer",
  "short_name": "MyWordBook",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f0f2f8",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "id": "/",
  "description": "Learn vocabulary with playful quizzes, spelling practice, streaks, and rewards.",
  "icons": [
    {
      "src": "mascot.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "mascot.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "mascot.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "url": "./#capture",
      "icons": [{ "src": "mascot.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Daily Study",
      "short_name": "Study",
      "url": "./#study",
      "icons": [{ "src": "mascot.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
