{
  "name": "耿鬼日记",
  "short_name": "耿鬼日记",
  "description": "记账、事件、订阅到期、资产摊销",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2eef9",
  "theme_color": "#f2eef9",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}