{
  "name": "My BookWorm — Your Reading Companion",
  "short_name": "My BookWorm",
  "description": "Track every book you've read, are reading, or want to read. Reviews, stats, and a wishlist that travels with you.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5ecd6",
  "theme_color": "#3a1212",
  "categories": ["books", "lifestyle", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Add a new book",
      "short_name": "New book",
      "description": "Search and add a book to your library",
      "url": "/search",
      "icons": [{ "src": "/icon-shortcut-add.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Currently reading",
      "short_name": "Reading",
      "description": "Jump to your library",
      "url": "/library",
      "icons": [{ "src": "/icon-shortcut-add.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Reading calendar",
      "short_name": "Calendar",
      "description": "See what you read and when",
      "url": "/calendar",
      "icons": [{ "src": "/icon-shortcut-add.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
