{
  "name": "InStuddy - AI Study Platform",
  "short_name": "InStuddy",
  "description": "Transform your study materials into interactive quizzes, flashcards, and AI-powered summaries. Upload your notes or PDFs and study smarter.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#15151e",
  "theme_color": "#e8b86d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity", "study"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Quiz",
      "short_name": "Quiz",
      "description": "Create a new quiz from your notes",
      "url": "/dashboard?tab=quiz",
      "icons": [
        {
          "src": "/logo-favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "description": "Study with flashcards",
      "url": "/dashboard?tab=flashcards",
      "icons": [
        {
          "src": "/logo-favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Upload Notes",
      "short_name": "Upload",
      "description": "Upload new study materials",
      "url": "/dashboard?tab=upload",
      "icons": [
        {
          "src": "/logo-favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [],
  "file_handlers": [
    {
      "action": "/dashboard?tab=upload",
      "accept": {
        "application/pdf": [".pdf"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      },
      "icons": [
        {
          "src": "/logo-favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
