{
  "name": "Yotathai CAD — เขียนแบบก่อสร้างมาตรฐานไทย",
  "short_name": "Yotathai CAD",
  "description": "โปรแกรมเขียนแบบก่อสร้างสำหรับช่างท้องถิ่น อบต. เทศบาล — กรอบแบบราชการ ถอดปริมาณงาน รูปตัดถนน รางระบายน้ำ",
  "id": "/editor",
  "start_url": "/editor?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "landscape",
  "background_color": "#eef1f5",
  "theme_color": "#ffffff",
  "lang": "th",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "เริ่มโครงการใหม่ (Wizard)",
      "url": "/editor?project=road",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "เปิดไฟล์ DXF",
      "url": "/viewer",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
