{
  "id": "./index.html",
  "name": "StellarU AI快读精讲",
  "short_name": "AI快读",
  "description": "AI 精讲 · 让经典 10 倍好读",
  "lang": "zh-CN",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["education", "books"],
  "background_color": "#f6f4ee",
  "theme_color": "#f8f5ef",
  "shortcuts": [
    {
      "name": "发现",
      "url": "./index.html#/home",
      "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "我的书架",
      "url": "./index.html#/bookshelf",
      "icons": [{ "src": "./assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "./assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "./assets/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./assets/icons/apple-touch-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}