{
  "name": "工资计算器 - 五险一金个税计算",
  "short_name": "工资计算器",
  "description": "2026年最新工资计算器，支持月工资、年终奖个税计算，五险一金缴纳比例自定义",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "utilities"],
  "lang": "zh-CN",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "月工资计算",
      "url": "/?tab=monthly",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "年终奖计算",
      "url": "/?tab=bonus",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
