{
  "id": "./",
  "name": "Love",
  "short_name": "Love",
  "description": "Warren Wang 的个人网站，收录聊天档案、日记、账单和常用工具。",
  "lang": "zh-CN",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6efe6",
  "theme_color": "#18323d",
  "icons": [
    {
      "src": "./static/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./static/pwa/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "聊天档案",
      "short_name": "聊天",
      "url": "./high/chatRecord/2019",
      "icons": [
        {
          "src": "./static/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "恋爱日记",
      "short_name": "日记",
      "url": "./holiday/detailsListPage",
      "icons": [
        {
          "src": "./static/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "辅食菜单",
      "short_name": "辅食",
      "url": "./babyFood/menuPage",
      "icons": [
        {
          "src": "./static/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
