{
  "name": "LibNav — Smart Library",
  "short_name": "LibNav",
  "description": "Navigate the Notre Dame - Siena College library with ease. Find books, explore the catalog, and never get lost again.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#131314",
  "theme_color": "#db2777",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "https://i.imgur.com/gmJh9bn.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "https://i.imgur.com/gmJh9bn.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Books",
      "short_name": "Search",
      "description": "Jump straight to the book search",
      "url": "/?action=search",
      "icons": [{ "src": "https://i.imgur.com/gmJh9bn.jpeg", "sizes": "96x96" }]
    },
    {
      "name": "My Backpack",
      "short_name": "Saved",
      "description": "View your saved books",
      "url": "/?action=backpack",
      "icons": [{ "src": "https://i.imgur.com/gmJh9bn.jpeg", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://i.imgur.com/gmJh9bn.jpeg",
      "sizes": "540x720",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "LibNav home screen"
    }
  ]
}
