{
  "name": "风吹过梦 - 审计工具专业博客",
  "short_name": "风吹过梦",
  "description": "专注于审计工具、Excel技巧、底稿模板和实务案例分享的个人博客",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["productivity", "finance", "education"],
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "博客首页截图"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "博客移动端截图"
    }
  ],
  "shortcuts": [
    {
      "name": "新人手册",
      "short_name": "新人手册",
      "description": "审计新人必读指南",
      "url": "/handbook",
      "icons": [
        {
          "src": "/shortcut-newbie.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "工具大全",
      "short_name": "工具大全", 
      "description": "实用审计工具推荐",
      "url": "/tools",
      "icons": [
        {
          "src": "/shortcut-tools.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Excel技巧",
      "short_name": "Excel技巧",
      "description": "Excel在审计中的应用",
      "url": "/excel",
      "icons": [
        {
          "src": "/shortcut-excel.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}




