{
  "name": "小檬日记",
  "short_name": "小檬日记",
  "description": "用温柔的方式记录生活",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f4ef",
  "theme_color": "#7eb8a0",
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "写日记",
      "short_name": "写日记",
      "url": "./?page=editor"
    },
    {
      "name": "我的兴趣",
      "short_name": "兴趣",
      "url": "./?page=hobby"
    }
  ]
}
