{
  "name": "chapternaut",
  "short_name": "chapternaut",
  "description": "Chart your reading journey",
  "icons": [
    {
      "src": "/icon-192.png?v=3",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon.png?v=3",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-maskable.png?v=3",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#4f46e5",
  "background_color": "#020617",
  "orientation": "portrait",
  "categories": ["books", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your book collection",
      "url": "/books",
      "icons": [
        {
          "src": "/icon-192.png?v=3",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Currently Reading",
      "short_name": "Reading",
      "description": "Books you're reading now",
      "url": "/books?status=reading",
      "icons": [
        {
          "src": "/icon-192.png?v=3",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Search Books",
      "short_name": "Search",
      "description": "Find new books to read",
      "url": "/discover",
      "icons": [
        {
          "src": "/icon-192.png?v=3",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
