{
  "name": "Personal Book Tracker",
  "short_name": "Book Tracker",
  "description": "Track your books, reading sessions, and estimated time remaining.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#35686a",
  "theme_color": "#35686a",
  "icons": [
    {
      "src": "/icons/book-tracker-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/book-tracker-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
