{
  "id": "/",
  "name": "Exam Connect",
  "short_name": "ExamConnect",
  "description": "Connect, learn, and succeed together. Real-time student community for competitive exam preparation.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0D1B2A",
  "theme_color": "#0A66FF",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "social"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

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

  "shortcuts": [
    {
      "name": "Home Feed",
      "short_name": "Feed",
      "description": "Go to your study feed",
      "url": "/?source=shortcut",
      "icons": [{ "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Subjects",
      "short_name": "Subjects",
      "description": "Browse exam subjects",
      "url": "/subjects?source=shortcut",
      "icons": [{ "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open study chat",
      "url": "/chat?source=shortcut",
      "icons": [{ "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "description": "View leaderboard",
      "url": "/leaderboard?source=shortcut",
      "icons": [{ "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

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

  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],

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

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.examconnect.pwa",
      "id": "app.examconnect.pwa"
    },
    {
      "platform": "webapp",
      "url": "https://examconnect.onhercules.app/site.webmanifest"
    }
  ],

  "widgets": [
    {
      "name": "Exam Connect Stats",
      "short_name": "EC Stats",
      "description": "Today's posts, active users, and your study streak at a glance.",
      "tag": "ec-stats",
      "template": "ec-stats-template",
      "ms_ac_template": "/widgets/stats-template.json",
      "data": "/widgets/stats-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "https://rightful-hippopotamus-72.convex.site/icon-512.png",
          "sizes": "512x512",
          "label": "Stats widget preview",
          "platform": "windows"
        }
      ],
      "icons": [
        {
          "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 3600
    },
    {
      "name": "Daily Quiz",
      "short_name": "Daily Quiz",
      "description": "A quick-access widget to jump straight into your daily practice quiz.",
      "tag": "ec-daily-quiz",
      "template": "ec-daily-quiz-template",
      "ms_ac_template": "/widgets/quiz-template.json",
      "data": "/widgets/quiz-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "https://rightful-hippopotamus-72.convex.site/icon-512.png",
          "sizes": "512x512",
          "label": "Daily quiz widget preview",
          "platform": "windows"
        }
      ],
      "icons": [
        {
          "src": "https://rightful-hippopotamus-72.convex.site/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],

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

  "note_taking": {
    "new_note_url": "/chat?mode=note&source=note_taking"
  },

  "scope_extensions": [
    { "origin": "https://*.onhercules.app" },
    { "origin": "https://hercules-cdn.com" }
  ],

  "screenshots": [
    {
      "src": "https://hercules-cdn.com/file_LPw646YaTOLXcUjQ46fiW2rm",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Exam Connect Home Feed"
    },
    {
      "src": "https://hercules-cdn.com/file_XN65aEGqnV0rBJCrghnVcD8z",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Exam Connect Desktop"
    }
  ]
}
