{
  "name": "The Bookish Land",
  "short_name": "Bookish",
  "description": "Curated book reviews organized by aesthetic. Dark Academia, Cottagecore, Romantasy and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF7F2",
  "theme_color": "#2D4A3E",
  "categories": ["books", "lifestyle", "education"],
  "icons": [
    {
      "src": "/assets/appIcon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Books",
      "short_name": "Books",
      "description": "Browse all book reviews",
      "url": "/books",
      "icons": [{ "src": "/assets/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Shelf",
      "short_name": "Shelf",
      "description": "View your saved books and reading challenge",
      "url": "/shelf",
      "icons": [{ "src": "/assets/logo.png", "sizes": "192x192" }]
    }
  ]
}
