{
  "$comment": "PWA manifest. Tells iOS Safari (Add to Home Screen), Android Chrome (Install app), and laptop Chrome/Edge how to render the installed app shell. Icon files are derived from public/assets/nichiwa-app-icon.png — separate from the company brand logo (nichiwa-logo.png) which is used only on quotation PDFs and the lock screen.",
  "name": "日和商事 受注ツール",
  "short_name": "日和商事",
  "description": "日和商事の社内受注ツール — 注文・見積書・営業活動",
  "start_url": "/mobile-home.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf9f5",
  "theme_color": "#2a4d8f",
  "lang": "ja-JP",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
