cat > /Users/tateishiyuuki/Desktop/logitrack/public/manifest.json << 'EOF'
{
  "name": "NishiFleet",
  "short_name": "NishiFleet",
  "description": "Nishiyoshi Forwarding Fleet Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a3a8a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/nishifleet-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/nishifleet-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
EOF