{
  "name": "Cnbiznet Infra-Pulse",
  "short_name": "InfraPulse",
  "start_url": "./InfraPulse.php",  // html에서 php로 변경
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "icons": [
    {
      "src": "./InfraPulse.png", // 서버에 올린 실제 파일명으로 변경 권장
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}