{
  "name": "炼知",
  "short_name": "炼知",
  "description": "AI-Powered Smart Reader & Knowledge Base | 智能阅读器 + 知识库",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Knowledge Base",
      "short_name": "Knowledge",
      "description": "Open knowledge base",
      "url": "/app",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Bookshelf",
      "short_name": "Books",
      "description": "Open bookshelf",
      "url": "/bookshelf",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Flashcard Review",
      "short_name": "Review",
      "description": "Start flashcard review",
      "url": "/flashcard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "categories": ["education", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
