{
  "name": "AI Book System - Reader",
  "short_name": "AI Reader",
  "description": "Your personal reading library with AI-powered discovery and recommendations",
  "start_url": "/reader/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["books", "entertainment", "education", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your reading library",
      "url": "/reader/library",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Discover new books and stories",
      "url": "/reader/discover",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View community activity",
      "url": "/reader/timeline",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Write",
      "short_name": "Write",
      "description": "Create a new book",
      "url": "/dashboard/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/reader/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
