{
  "name": "Librafy - AI-Powered Library Manager",
  "short_name": "Librafy",
  "description": "AI-powered personal library management system with book scanning, price tracking, and club features",
  "theme_color": "#5D4E46",
  "background_color": "#F9F7F2",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/library/dashboard/",
  "icons": [
    {
      "src": "/static/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["books", "productivity", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan Books",
      "short_name": "Scan",
      "description": "Scan bookshelf with AI",
      "url": "/library/scan/",
      "icons": [
        {
          "src": "/static/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your library",
      "url": "/library/dashboard/",
      "icons": [
        {
          "src": "/static/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "description": "Track book prices",
      "url": "/wishlist/",
      "icons": [
        {
          "src": "/static/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Book Clubs",
      "short_name": "Clubs",
      "description": "Join book clubs",
      "url": "/clubs/",
      "icons": [
        {
          "src": "/static/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
