{
  "name": "SwipeNStudy",
  "short_name": "SwipeNStudy",
  "description": "Master any subject with interactive flashcards, quizzes, and gamified learning",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/assets/swipenstudylogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/swipenstudylogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Learning",
      "short_name": "Learn",
      "description": "Jump straight into your lessons",
      "url": "/swipe",
      "icons": [{ "src": "/assets/swipenstudylogo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "View your stats and achievements",
      "url": "/profile",
      "icons": [{ "src": "/assets/swipenstudylogo.png", "sizes": "192x192" }]
    }
  ]
}