{
  "name": "EcstaticLearn - AI-Powered Study Aid",
  "short_name": "EcstaticLearn",
  "description": "Transform your documents into interactive learning tools with AI-generated flashcards and quizzes",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Document",
      "short_name": "Upload",
      "description": "Upload a new document to create study materials",
      "url": "/upload",
      "icons": [
        {
          "src": "/upload-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Study Flashcards",
      "short_name": "Flashcards",
      "description": "Review your flashcards",
      "url": "/study?mode=flashcards",
      "icons": [
        {
          "src": "/flashcard-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Take Quiz",
      "short_name": "Quiz",
      "description": "Test your knowledge with a quiz",
      "url": "/study?mode=quiz",
      "icons": [
        {
          "src": "/quiz-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
} 