{
  "name": "Rhemabooks",
  "short_name": "Rhemabooks",
  "description": "Faith-centred books to read online or keep in your offline library.",
  "start_url": "/library",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbf7ee",
  "theme_color": "#17231f",
  "orientation": "portrait-primary",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    {
      "src": "/rhemabooks-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/rhemabooks-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "Your reading list and progress",
      "url": "/library",
      "icons": [{ "src": "/rhemabooks-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Browse Books",
      "short_name": "Browse",
      "description": "Browse all books",
      "url": "/books",
      "icons": [{ "src": "/rhemabooks-mark.svg", "sizes": "any" }]
    }
  ]
}
