// FOMODA PWA Manifest — see https://developer.mozilla.org/en-US/docs/Web/Manifest
// Icons use SVG for crisp rendering at any scale.
{
  "background_color": "#1a2540",
  "categories": ["business", "events", "community", "education"],
  "description": "The digital headquarters of the global Haitian diaspora. FOMODA 2026 — August 27–29, Québec, Canada.",
  "dir": "ltr",
  "display": "standalone",
  "icons": [
    { "purpose": "any", "sizes": "any", "src": "/icon-512.svg", "type": "image/svg+xml" },
    { "purpose": "maskable", "sizes": "any", "src": "/icon-512-maskable.svg", "type": "image/svg+xml" }
  ],
  "lang": "en",
  "name": "FOMODA — World Forum of the Haitian Diaspora",
  "orientation": "portrait",
  "scope": "/",
  "short_name": "FOMODA",
  "shortcuts": [
    { "description": "Register for the World Forum of the Haitian Diaspora", "name": "Register for FOMODA 2026", "short_name": "Register", "url": "/forum/2026/register" },
    { "name": "View Agenda", "short_name": "Agenda", "url": "/forum/2026/agenda" },
    { "name": "Speakers", "short_name": "Speakers", "url": "/forum/2026/speakers" }
  ],
  "start_url": "/",
  "theme_color": "#1a2540"
}
