{
  "short_name": "פגישות וחללים",
  "name": "מערכת ניהול פגישות וחללים - מרכז הצבי",
  "version": "1.1.2",
  "description": "מערכת מתקדמת לניהול פגישות וחללים עם תזכורות ושיחות עתידיות",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/logo-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/logo-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "scope": "/",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "פגישות היום",
      "short_name": "היום",
      "description": "הצג את פגישות היום",
      "url": "/dashboard",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "96x96" }]
    },
    {
      "name": "פגישה חדשה",
      "short_name": "פגישה חדשה",
      "description": "צור פגישה חדשה",
      "url": "/new-meeting",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "96x96" }]
    },
    {
      "name": "שיחה חדשה",
      "short_name": "שיחה חדשה",
      "description": "רישום שיחה חדשה",
      "url": "/call-history?new=true",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "96x96" }]
    },
    {
      "name": "היסטוריית שיחות",
      "short_name": "שיחות",
      "description": "הצג היסטוריית שיחות",
      "url": "/call-history",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/assets/screenshot-mobile.png",
      "type": "image/png",
      "sizes": "640x1136",
      "form_factor": "narrow",
      "label": "מסך הבית - מובייל"
    }
  ]
}