{
  "name": "NianNian Library",
  "short_name": "NianNian",
  "description": "A warm and lovely e-book library for reading anytime, anywhere.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#FFF5E1",
  "theme_color": "#FFD700",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NianNian Library Home"
    },
    {
      "src": "screenshot-auth.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Authentication Page"
    },
    {
      "src": "screenshot-settings.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Settings Page"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Library View"
    },
    {
      "src": "screenshot-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NianNian Library Home Mobile"
    },
    {
      "src": "screenshot-auth.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Authentication Page Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "description": "前往首页",
      "url": "/#home",
      "icons": [{ "src": "images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "书库",
      "short_name": "书库",
      "description": "浏览书库",
      "url": "/#library",
      "icons": [{ "src": "images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "书架",
      "short_name": "书架",
      "description": "查看我的书架",
      "url": "/#bookshelf",
      "icons": [{ "src": "images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "设置",
      "short_name": "设置",
      "description": "打开设置",
      "url": "/#settings",
      "icons": [{ "src": "images/logo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/#library",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["books", "education", "entertainment"],
  "lang": "zh-CN",
  "dir": "ltr"
}
