{
  "name": "FamilyWealth - ניהול תקציב ביתי",
  "short_name": "FamilyWealth",
  "description": "אפליקציה מתקדמת לניהול תקציב ביתי - מעקב הכנסות והוצאות, ניתוח מגמות ותובנות פיננסיות",
  "start_url": ".",
  "display": "standalone",
  "id": "/",
  "scope": "/",
  "background_color": "#0f172a",
  "theme_color": "#16A34A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "48x48"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "512x512",
      "label": "מסך הבית"
    }
  ],
  "categories": ["finance", "productivity", "utilities"],
  "lang": "he",
  "dir": "rtl",
  "launch_handler": {
    "client_mode": "auto"
  },
  "display_override": ["window-controls-overlay"],
  "shortcuts": [
    {
      "name": "הוסף עסקה",
      "short_name": "עסקה חדשה",
      "description": "הוספה מהירה של עסקה חדשה",
      "url": "/dashboard?action=add-transaction",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "צפה בתקציב",
      "short_name": "תקציב",
      "description": "צפייה בתקציב החודשי",
      "url": "/budget",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}