{
  "name": "LPT MES",
  "short_name": "LPT MES",
  "description": "Phần mềm quản lý sản xuất, gia công, chế tạo máy và tự động hóa trên PC và mobile.",
  "id": "/?app=alphames",
  "start_url": "/Mobile?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#fff8ef",
  "theme_color": "#556b2f",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nhật ký sản xuất",
      "short_name": "Nhật ký",
      "url": "/Mobile",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cập nhật công đoạn",
      "short_name": "Tiến độ",
      "url": "/LenhSanXuat/CapNhatTienDo",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quét vật tư",
      "short_name": "Quét",
      "url": "/QRCode/Scanner",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}