{
  "name": "爪印社 — 从一个灵感，到一部作品",
  "short_name": "爪印社",
  "description": "AI 一站式创作平台：世界观、角色、小说，再到有声书 / 漫画 / 视频。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "categories": ["books", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "继续写作",
      "short_name": "写作",
      "description": "开始或继续创作一部作品",
      "url": "/create?source=pwa-shortcut",
      "icons": [
        { "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "追更书架",
      "short_name": "书架",
      "description": "查看我的书架与最近更新",
      "url": "/novels?source=pwa-shortcut",
      "icons": [
        { "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
