{
  "name": "Latif Services AB — Work Reports",
  "short_name": "Work Reports",
  "description": "Daily work report system for Latif Services AB employees",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Submit Today's Report",
      "url": "/reports/new",
      "description": "Quickly submit your daily work report"
    },
    {
      "name": "My Reports",
      "url": "/reports/history",
      "description": "View your submitted reports"
    }
  ]
}
