{
  "name": "MRC Hub — volunteer management",
  "short_name": "MRC Hub",
  "description": "Join events, log volunteer hours, train, request services and carry your membership card.",
  "start_url": "./index.html#/home",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f4f3",
  "theme_color": "#e7000b",
  "categories": ["utilities", "productivity", "lifestyle"],
  "icons": [
    { "src": "./assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "./assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "./assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Services", "url": "./index.html#/services", "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Events", "url": "./index.html#/missions", "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Alerts", "url": "./index.html#/alerts", "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
