{
  "name": "Smart Back Office",
  "short_name": "Smart Back Office",
  "description": "ระบบบริหารจัดการหลังบ้าน Smart Back Office",
  "id": "/",
  "lang": "th",
  "dir": "ltr",
  "start_url": "/",
  "_comment_related_applications": "Points at THIS manifest so navigator.getInstalledRelatedApps() can answer \"is Smart Back Office already installed?\" from inside an ordinary browser tab — that is what stops the install offer from nagging a user who already installed it (src/core/pwa.js). prefer_related_applications is deliberately absent: setting it true would suppress our own install prompt.",
  "related_applications": [
    { "platform": "webapp", "url": "/manifest.webmanifest" }
  ],
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1f6fe0",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
