{
  "name": "Inaya AI: AI Learning Companion",
  "short_name": "Inaya AI",
  "description": "An interactive educational app that uses conversational AI to teach students based on their uploaded course materials.",
  "start_url": "./",
  "id": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "icons": [
    {
      "src": "icons/favicon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "icons/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-view.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Learning Session"
    },
    {
      "src": "screenshots/desktop-view.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Manage Your Study Library"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Session",
      "short_name": "New Session",
      "description": "Start a new live learning session.",
      "url": "./?action=new-session",
      "icons": [{ "src": "icons/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Open Library",
      "short_name": "Library",
      "description": "Manage your learning materials.",
      "url": "./?action=open-library",
      "icons": [{ "src": "icons/logo.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./?share-target=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared_files",
          "accept": ["application/pdf", "text/plain", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "image/*", "audio/*", "video/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "./?launch-type=file-handler",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "audio/mpeg": [".mp3"],
        "audio/wav": [".wav"],
        "audio/ogg": [".ogg"],
        "audio/mp4": [".m4a"],
        "video/mp4": [".mp4"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"],
        "video/x-matroska": [".mkv"]
      }
    }
  ]
}