{
  "name": "Luma - E-Reader & Audiobook Player",
  "short_name": "Luma",
  "description": "Your personal library for books and audiobooks with built-in reader and player",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "entertainment", "productivity"],
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your library",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
