{
  "name": "AI UPSC Prep Suite",
  "short_name": "AI UPSC",
  "id": "upsc-cc-pwa-v1",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "64d6f06c-dc42-4daa-ad78-814cb6448ee3",
  "description": "AI-powered comprehensive preparation suite for UPSC CSE 2026. Features include AI Mains Answer Evaluation, Adaptive Prelims Mock Tests, Syllabus Tracking, and Daily Current Affairs Analysis.",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/icons/upsc-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/upsc-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/upsc-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/upsc-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/crack-upsc-ai_1920x1080.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Crack UPSC with AI"
    },
    {
      "src": "/assets/crack-upsc-ai.webp",
      "sizes": "1536x1024",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "AI Prep Suite"
    }
  ],
  "shortcuts": [
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "description": "Start your daily prelims practice",
      "url": "/prelims",
      "icons": [
        {
          "src": "/assets/icons/upsc-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "url": "/notes",
      "description": "Revision Notes",
      "icons": [
        {
          "src": "/assets/icons/upsc-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tracker",
      "short_name": "Tracker",
      "url": "/syllabus",
      "description": "Track your syllabus progress",
      "icons": [
        {
          "src": "/assets/icons/upsc-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "text/plain": [
          ".txt",
          ".text"
        ],
        "text/markdown": [
          ".md",
          ".markdown"
        ],
        "application/msword": [
          ".doc"
        ],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ]
      }
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/new-note"
  },
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=cc.upsc.twa",
      "id": "cc.upsc.twa"
    }
  ]
}
