{
  "name": "TimeHub - ניהול דיווח שעות",
  "short_name": "TimeHub",
  "description": "מערכת לניהול דיווח שעות עבודה",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "דיווח מהיר",
      "short_name": "דיווח",
      "description": "התחל דיווח שעות מהיר",
      "url": "/time-entry",
      "icons": [{ "src": "/logo.svg", "sizes": "192x192" }]
    }
  ]
}

