{
  "name": "BeLit Library",
  "short_name": "BeLit",
  "description": "A physical lending library with an online catalogue. Discover and reserve books online, then collect them in person.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF9F3",
  "theme_color": "#FBF9F3",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Browse the catalogue", "url": "/browse" },
    { "name": "Your library", "url": "/account" },
    { "name": "Alerts", "url": "/account/notifications" }
  ]
}
