{
  "name": "יוני דשא — מערכת ניהול",
  "short_name": "יוני דשא",
  "description": "מערכת ניהול פרויקטים — הודעות, פרויקטים, משימות וגאנט.",
  "start_url": "/messages",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "he",
  "dir": "rtl",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "הודעות",
      "short_name": "הודעות",
      "description": "פתיחת מרכז ההודעות",
      "url": "/messages",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "פרויקטים",
      "short_name": "פרויקטים",
      "description": "רשימת הפרויקטים",
      "url": "/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "המשימות שלי",
      "short_name": "משימות",
      "description": "המשימות הפעילות שלי",
      "url": "/my-tasks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
