{
  "name": "TSE Service Management System",
  "short_name": "TSE Service",
  "description": "TSE Probe Card Service Engineer Workstation & Admin Reception System",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Technician Workbench",
      "short_name": "Workbench",
      "description": "Probe Card Repair & Defect Tagging Workbench",
      "url": "/index.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Report PC Issue",
      "short_name": "PC Issue",
      "description": "Customer Defect Reporting & Probe Card Issue Registration",
      "url": "/admin_entry.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
