{
  "name": "Hub — volunteer management",
  "short_name": "Hub",
  "description": "Find missions, check in to shifts, log your hours, train, and carry your volunteer ID.",
  "start_url": "./index.html#/home",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#061019",
  "theme_color": "#061019",
  "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": "Check in", "url": "./index.html#/log", "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Missions", "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" }] }
  ]
}
