{
  "name": "System Under Stress",
  "short_name": "SUS",
  "description": "A space to examine how systems behave when reality hits. Process, change, edge cases, human behavior, and the gap between design and reality.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f2ec",
  "theme_color": "#f5f2ec",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}