{
  "name": "iReclaim HQ",
  "short_name": "HQ",
  "description": "iReclaim Health operations. One front door — reminders, the Wire, the daily meeting.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0A1B2E",
  "theme_color": "#0A1B2E",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Send a reminder",
      "short_name": "Reminder",
      "url": "./?new=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily meeting",
      "short_name": "Meeting",
      "url": "./?tab=meeting",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
