{
  "name": "Nest",
  "short_name": "Nest",
  "description": "私人 AI 伴侣 · a private AI companion",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "dir": "ltr",
  "background_color": "#F5F4F2",
  "theme_color": "#F5F4F2",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "新对话 / New chat", "url": "/chat?new=1" },
    { "name": "写日记 / Write", "url": "/diary?new=1" },
    { "name": "朋友圈 / Moments", "url": "/moments" }
  ]
}
