{
  "name": "SterileProtocol",
  "short_name": "SterileProtocol",
  "description": "CRCST, CSPDT, CIS, CER & CHL certification prep with offline IFU protocol database — built for the hospital basement.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020c14",
  "theme_color": "#00e5a0",
  "categories": ["education", "medical", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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": "Practice Quiz",
      "short_name": "Quiz",
      "description": "Start a certification practice quiz",
      "url": "/app#quiz",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Instrument Search",
      "short_name": "Instruments",
      "description": "Search GUDID instrument database",
      "url": "/app#instruments",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Reprocessing Protocols",
      "short_name": "Protocols",
      "description": "Look up instrument reprocessing protocols",
      "url": "/app#protocols",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ],
  "prefer_related_applications": false
}
