{
  "name": "ส่วนเครือข่ายสื่อสารและอินเทอร์เน็ต",
  "short_name": "คอ.",
  "description": "ระบบจัดการส่วนเครือข่ายสื่อสารและอินเทอร์เน็ต",
  "start_url": "/dashboard.php",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a7a4a",
  "lang": "th",
  "icons": [
    {
      "src": "/assets/img/apps-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/apps-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "บันทึกงาน",
      "url": "/worklog.php",
      "description": "บันทึกงานประจำวัน"
    },
    {
      "name": "ตรวจสอบ Server",
      "url": "/server_check.php",
      "description": "ตรวจสอบ Server รายรอบ"
    },
    {
      "name": "ตารางเวร",
      "url": "/schedule.php",
      "description": "ดูตารางเวร"
    }
  ]
}