{
  "name": "Delegate Social",
  "short_name": "DelegateSocial",
  "description": "The ultimate social platform for Model United Nations delegates. Map your MUN journey, connect with fellow delegates, track awards, and level up your leadership score.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#009EDB",
  "orientation": "portrait-primary",
  "categories": ["social", "education", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Conferences",
      "short_name": "Conferences",
      "description": "Browse active and upcoming MUN conferences",
      "url": "/conferences",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Earn Points",
      "short_name": "Earn",
      "description": "Claim awards and log conference attendance",
      "url": "/earn",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
