{
  "name": "Duty Tracker Pro",
  "short_name": "DutyTrackerPro",
  "description": "Professional Duty & Attendance Tracker with Salary Reports",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#050505",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "https://i.ibb.co/20bDvvLB/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://i.ibb.co/20bDvvLB/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://i.ibb.co/20bDvvLB/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://i.ibb.co/20bDvvLB/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://i.ibb.co/20bDvvLB/logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Quickly mark today's duty",
      "url": "/?action=attendance",
      "icons": [{ "src": "https://i.ibb.co/20bDvvLB/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Check salary reports",
      "url": "/?action=reports",
      "icons": [{ "src": "https://i.ibb.co/20bDvvLB/logo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.nitaistudio.dutytrackerpro",
      "id": "io.github.nitaistudio.twa"
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "route_to": "auto",
    "navigate_existing_client": "always"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
