{
  "id": "/techsillica-exam-engine-v3",
  "start_url": "/?source=pwa",
  "scope": "/",

  "name": "techsillica — Mock Tests & Exam Prep",
  "short_name": "techsillica",
  "description": "Bilingual IBPS, SBI, RBI, RRB, SSC and RPSC/RSSB mock tests with detailed analytics. Built for serious banking and state exam aspirants.",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "natural",

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

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

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

  "prefer_related_applications": false,

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

  "handle_links": "preferred",

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

  "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&source=pwa-shortcut",
      "icons": [
        { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "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&source=pwa-shortcut",
      "icons": [
        { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your test history and performance analytics",
      "url": "/dashboard.html?source=pwa-shortcut",
      "icons": [
        { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "RPSC / RSSB Tests",
      "short_name": "RPSC",
      "description": "Rajasthan state exam mock tests",
      "url": "/rpsc.html?source=pwa-shortcut",
      "icons": [
        { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "assets/mains-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "platform": "windows",
      "label": "IBPS PO Mains mock test — full exam interface on desktop"
    },
    {
      "src": "assets/mains-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "platform": "android",
      "label": "IBPS PO Mains mock test — mobile interface"
    }
  ],

  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

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