{
  "name": "{{SITE_TITLE}}",
  "short_name": "{{SITE_SHORT_NAME}}",
  "description": "企业级威胁狩猎与暗网情报平台",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0D1A26",
  "theme_color": "#0D1A26",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/assets/images/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "威胁情报中心",
      "url": "/pages/threat-intelligence.html",
      "description": "查看最新威胁情报"
    },
    {
      "name": "全球威胁地图",
      "url": "/details/threat-map.html",
      "description": "实时全球攻击态势"
    },
    {
      "name": "应急响应",
      "url": "/pages/incident-response.html",
      "description": "7×24小时应急响应"
    }
  ],
  "categories": ["security", "business", "productivity"]
}
