{
  "id": "/",
  "name": "Lorespren",
  "short_name": "Lorespren",
  "description": "Your reading companion, bound to your stories",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ede8df",
  "theme_color": "#ede8df",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["books", "lifestyle", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Shelves",
      "short_name": "Shelves",
      "url": "/shelves?source=shortcut",
      "icons": [{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Search Books",
      "short_name": "Search",
      "url": "/search?source=shortcut",
      "icons": [{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Reading History",
      "short_name": "History",
      "url": "/recaps?source=shortcut",
      "icons": [{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "screenshots": []
}
