{
  "name": "黄宇轩的书库",
  "short_name": "黄宇轩的书库",
  "description": "黄宇轩的书库 - 番茄小说、七猫小说、笔趣阁的批量下载和EPUB导出工具",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#18a058",
  "lang": "zh-CN",
  "categories": ["books", "utilities", "productivity"],
  
  "pwa": {
    "name": "黄宇轩的书库",
    "short_name": "黄宇轩的书库",
    "description": "黄宇轩的书库 - 番茄小说、七猫小说、笔趣阁的批量下载和EPUB导出工具",
    "background_color": "#ffffff",
    "theme_color": "#18a058",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "/",
    "start_url": "/"
  },
  
  "cache_on_server": {
    "description": "缓存配置说明",
    "static_resources": {
      "description": "静态资源缓存策略",
      "strategies": {
        "css_js": "CacheFirst - 长期缓存",
        "images": "CacheFirst - 30天缓存", 
        "fonts": "CacheFirst - 永久缓存",
        "api": "NetworkFirst - 网络优先"
      },
      "max_cache_size": {
        "css_js": "50MB",
        "images": "200MB", 
        "fonts": "20MB",
        "api_data": "100MB"
      }
    },
    "offline_support": {
      "description": "离线支持功能",
      "features": [
        "查看已缓存书籍列表",
        "阅读已下载章节内容", 
        "浏览应用界面",
        "离线状态检测"
      ]
    }
  },
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "搜索书籍",
      "short_name": "搜索",
      "description": "搜索番茄、七猫或笔趣阁小说",
      "url": "/search",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "我的书架",
      "short_name": "书架",
      "description": "查看已添加的书籍",
      "url": "/books",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "下载任务",
      "short_name": "任务",
      "description": "查看下载任务状态",
      "url": "/tasks",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "黄宇轩的书库 - 桌面版"
    },
    {
      "src": "/static/images/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "黄宇轩的书库 - 移动版"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
