{
  "id": "/",
  "short_name": "U of M",
  "name": "University of Montana",
  "description": "The University of Montana official web app experience.",
  "lang": "en-US",
  "categories": [
    "university",
    "education",
    "academics",
    "research",
    "montana",
    "grizzlies"
  ],
  "icons": [
    {
      "src": "/pwa/images/low-res.webp",
      "sizes": "48x48",
      "type": "image/webp"
    },
    {
      "src": "/pwa/images/low-res.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/images/logo.ico",
      "sizes": "72x72 96x96 128x128 256x256"
    },
    {
      "src": "/pwa/images/logo.svg",
      "sizes": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/images/desktop.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Home screen showing main navigation and featured content"
    },
    {
      "src": "/pwa/images/desktop.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "Home screen showing main navigation and featured content"
    }
  ],
  "protocol_handlers": [],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "orientation": "portrait-primary",
  "theme_color": "#70002e",
  "background_color": "#70002e",
  "prefer_related_applications": false
}