{
  "id": "/",
  "name": "StudyLab — Competitive Exam Partner",
  "short_name": "StudyLab",
  "description": "Practice 3000+ MCQs, get instant AI explanations & master GS topics — free. Built for UPSC, SSC, RRB & state exam aspirants.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#080C12",
  "theme_color": "#080C12",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity", "utilities"],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "share_target": {
    "action": "/?pg=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "file_handlers": [
    {
      "action": "/?pg=open",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"]
      }
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "protocol_handlers": [
    {
      "protocol": "web+studylab",
      "url": "/?protocol=%s"
    }
  ],

  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StudyLab Home — Your Exam Partner"
    },
    {
      "src": "screenshots/mobile-daily.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Challenge — One Question Every Day"
    },
    {
      "src": "screenshots/mobile-shorts.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Study Shorts — Flashcard Revision"
    },
    {
      "src": "screenshots/desktop-home.png",
      "sizes": "1920x1020",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StudyLab Desktop — Full Study Experience"
    }
  ],

  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Challenge",
      "description": "Today's daily question challenge",
      "url": "/?pg=daily&source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Current Affairs",
      "short_name": "News",
      "description": "Today's current affairs digest",
      "url": "/?pg=digest&source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Study Shorts",
      "short_name": "Shorts",
      "description": "Quick flashcard revision",
      "url": "/?pg=shorts&source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}