{
  "name": "UCORE 911",
  "short_name": "UCORE 911",
  "description": "UCORE 911 - Union County Operations Resource Engine",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111314",
  "theme_color": "#111314",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your shift briefing and upcoming OT",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Report Sick",
      "short_name": "Call Off",
      "description": "Submit a sick call-off",
      "url": "/?tab=calloff",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OT Board",
      "short_name": "OT Board",
      "description": "View available overtime shifts",
      "url": "/?tab=calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "categories": ["productivity", "utilities"],
  "lang": "en-US"
}
