{
  "name": "Book Recitation Tracker",
  "short_name": "ReciteTrack",
  "description": "A web-based application to systematically track progress in reciting or studying a book, featuring a gamified experience with achievement levels.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#1A1A1D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app_icon_main_192.webp",
      "type": "image/webp",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/app_icon_main_512.webp",
      "type": "image/webp",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Resume Recitation",
      "short_name": "Recite",
      "description": "Jump directly to your current recitation",
      "url": "/#/recitation",
      "icons": [
        {
          "src": "/app_icon_main_192.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "View Dashboard",
      "short_name": "Stats",
      "description": "Check your progress and streaks",
      "url": "/#/dashboard",
      "icons": [
        {
          "src": "/app_icon_main_192.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    }
  ]
}