{
  "name": "DPR.ai",
  "short_name": "DPR.ai",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0b0e14",
  "theme_color": "#0b0e14",
  "description": "Factory operations system for attendance, OCR, approvals, dispatch, and reporting.",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Today Board",
      "short_name": "Board",
      "url": "/dashboard",
      "description": "Open daily priorities and live factory signals."
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "url": "/attendance",
      "description": "Punch, check attendance status, and review manpower."
    },
    {
      "name": "Scan Document",
      "short_name": "Scan",
      "url": "/ocr/scan",
      "description": "Capture a register image and send it into OCR."
    },
    {
      "name": "Review Queue",
      "short_name": "Approvals",
      "url": "/approvals",
      "description": "Clear pending review, OCR, attendance, and stock work."
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
