{
  "name": "热衷于的博客 | 一隅书斋，半盏清欢",
  "short_name": "Keenlog",
  "description": "一隅书斋，半盏清欢。一方静地，琐事闲观。",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#5db2ff",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["Blog", "Tech", "Life"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/cap.jpg",
      "sizes": "270x152",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "热衷于的博客主页预览"
    }
  ],
  "shortcuts": [
    {
      "name": "友情链接",
      "short_name": "链接",
      "description": "查看左邻右舍",
      "url": "/links"
    },
    {
      "name": "集锦归档",
      "short_name": "归档",
      "description": "查看历史文章列表",
      "url": "/box"
    }
  ],
  "display_override": ["standalone", "minimal-ui"]
}