{
  "_comment": "PWA Web App Manifest — techsillica Exam Engine v3.0",

  "id": "/",
  "start_url": "/",
  "scope": "/",

  "name":       "techsillica — Mock Tests & Academics",
  "short_name": "techsillica",
  "description": "Free bilingual IBPS, SBI, RBI, RRB, SSC mock tests and Class 12 English resources by Mohan Ram Baindha. 100% free, no registration required.",

  "display":     "standalone",
  "orientation": "any",

  "background_color": "#1a4a76",
  "theme_color":      "#1a4a76",

  "lang": "en",
  "dir":  "ltr",

  "categories": ["education", "productivity"],

  "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-maskable.png",
      "sizes":   "192x192",
      "type":    "image/png",
      "purpose": "maskable"
    },
    {
      "src":     "icons/icon-512-maskable.png",
      "sizes":   "512x512",
      "type":    "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name":        "IBPS PO Prelims",
      "short_name":  "PO Prelims",
      "description": "Start an IBPS PO Prelims mock test",
      "url":         "/mains.html?exam=ibps_po_prelims&test=01",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name":        "IBPS PO Mains",
      "short_name":  "PO Mains",
      "description": "Start an IBPS PO Mains mock test",
      "url":         "/mains.html?exam=ibps_po_mains&test=01",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name":        "My Dashboard",
      "short_name":  "Dashboard",
      "description": "View your test history and analytics",
      "url":         "/dashboard.html",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name":        "Class 12 English",
      "short_name":  "Academic",
      "description": "Class 12 English and grammar resources",
      "url":         "/academic.html",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ],

  "screenshots": [
    {
      "src":           "screenshots/prelims-desktop.png",
      "sizes":         "1280x800",
      "type":          "image/png",
      "form_factor":   "wide",
      "label":         "IBPS PO Prelims mock test interface on desktop"
    },
    {
      "src":           "screenshots/prelims-mobile.png",
      "sizes":         "390x844",
      "type":          "image/png",
      "form_factor":   "narrow",
      "label":         "IBPS PO Prelims mock test interface on mobile"
    }
  ]
}
