{
  "name": "灵机一动 - 数据可视化",
  "short_name": "灵机一动",
  "description": "基于历史公开数据的开奖走势可视化与统计分析工具",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#d4af37",
  "orientation": "portrait",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/logo-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "education"],
  "shortcuts": [
    {
      "name": "走势图",
      "url": "/?tab=trend",
      "description": "历史开奖走势图分析"
    },
    {
      "name": "我的",
      "url": "/?tab=tickets",
      "description": "查看我保存的选号"
    }
  ]
}
