{
  "name": "憨豆量化",
  "short_name": "憨豆量化",
  "description": "憨豆量化交易平台",
  "start_url": "/", 
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#333333",
  "orientation": "portrait-primary",  
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192x192.png",  
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",  
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/badge.png",  
      "sizes": "72x72",
      "type": "image/png"
    }
  ],
  "gcm_sender_id": "103953800507",
  "gcm_user_visible_only": true,
  "categories": ["finance", "business"],  
  "shortcuts": [  
    {
      "name": "策略管理",
      "short_name": "策略",
      "description": "查看和管理量化交易策略",
      "url": "/strategies",
      "icons": [{ "src": "/icons/strategy-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "实时行情",
      "short_name": "行情",
      "description": "查看实时市场行情数据",
      "url": "/market",
      "icons": [{ "src": "/icons/market-icon.png", "sizes": "96x96" }]
    }
  ]
}