{
  "id": "/",
  "name": "Shu — Reading Room",
  "short_name": "Shu",
  "description": "A spatial reading room where books live and notes are remembered.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#1A1510",
  "theme_color": "#1A1510",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["books", "education", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Review Cards",
      "short_name": "Review",
      "description": "Open your spaced-repetition review queue",
      "url": "/?review=1&source=shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add Book",
      "short_name": "Add",
      "description": "Add a new book or note to your library",
      "url": "/?add=1&source=shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
