
{
  "name": "Service Mortar - ระบบจัดการซ่อมบำรุง",
  "short_name": "Service Mortar",
  "description": "ระบบจัดการการบำรุงรักษาและซ่อมแซมที่ทันสมัย",
  "theme_color": "#570df8",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/dashboard",
  "id": "service-mortar-pwa",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "หน้าแรก",
      "short_name": "หน้าแรก",
      "description": "ไปยังหน้าแดชบอร์ด",
      "url": "/dashboard"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
