{
  "name": "Miobowl's Reader",
  "short_name": "Reader",
  "description": "个人在线阅读器 - 专为 iPad Pro 优化",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#fffcf0",
  "background_color": "#fffcf0",
  "lang": "zh-CN",
  "categories": ["books", "education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "归档",
      "short_name": "归档",
      "description": "查看已归档的文章",
      "url": "/archive",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "设置",
      "short_name": "设置",
      "description": "配置 Token 和选项",
      "url": "/settings",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
