{
  "name": "דירה — ניהול נדל\"ן",
  "short_name": "דירה",
  "description": "מערכת ישראלית לניהול דירות, שוכרים, חוזים והוצאות במקום אחד. WhatsApp, מס שנתי, ופורטל דייר אישי.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "הוסף נכס",
      "short_name": "נכס חדש",
      "description": "הוספת נכס חדש למערכת",
      "url": "/properties?action=new",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "השוכרים שלי",
      "short_name": "שוכרים",
      "description": "ניהול שוכרים פעילים",
      "url": "/tenants",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "דשבורד",
      "short_name": "בית",
      "description": "מסך בית",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
