{
  "name": "RepeatLearn",
  "short_name": "RepeatLearn",
  "description": "Turn any topic into a personalized learning module with audio lessons, flashcards, spaced repetition reminders, and mastery quizzes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06152B",
  "theme_color": "#0B1B2B",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/RepeatLearn-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/RepeatLearn-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/RepeatLearn-maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/a0b0cf9f-863e-4bdb-8917-fb43ab7ae3f0/id-preview-5f6e2116--f224cbd4-71ca-48e8-91c5-17ce85238fbd.lovable.app-1783779138243.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RepeatLearn personalized learning modules"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Module",
      "short_name": "Create",
      "description": "Start a new learning module",
      "url": "/create-module",
      "icons": [{ "src": "/RepeatLearn-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Flashcards",
      "short_name": "Flashcards",
      "description": "Jump into your flashcards",
      "url": "/flashcards",
      "icons": [{ "src": "/RepeatLearn-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "View your study reminders",
      "url": "/reminders",
      "icons": [{ "src": "/RepeatLearn-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
