{
  "name": "מערכת דיווח בטיחות - S Engineers",
  "short_name": "S Engineers",
  "description": "מערכת ניהול דוחות ובדיקות בטיחות",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "he",
  "scope": "/",
  "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"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "דוח חדש",
      "short_name": "דוח חדש",
      "description": "צור דוח בדיקה חדש",
      "url": "/reports/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "לקוחות",
      "short_name": "לקוחות",
      "description": "ניהול לקוחות",
      "url": "/customers",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "תזכורות",
      "short_name": "תזכורות",
      "description": "תזכורות לבדיקות",
      "url": "/reminders",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}