{
  "name": "小墨匣",
  "short_name": "小墨匣",
  "description": "小墨匣，私人 AI 创作与角色对话工作台。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f0e4",
  "theme_color": "#8b4f2f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "进入墨书阁",
      "short_name": "墨书阁",
      "description": "打开小说创作工作台",
      "url": "/app/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "进入墨语亭",
      "short_name": "墨语亭",
      "description": "打开人格对话工作台",
      "url": "/forge/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
