{
  "name": "UVA Fashion Archive",
  "short_name": "UVA Fashion",
  "description": "A digital exploration of the University of Virginia's historic clothing collection",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "culture", "fashion"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Collection",
      "short_name": "Collection",
      "description": "Browse the garment collection",
      "url": "/collection",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View garments chronologically",
      "url": "/timeline",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
