{
  "id": "sunday-app",
  "name": "Sunday - ניהול חיים חכם",
  "short_name": "Sunday",
  "description": "פלטפורמת ניהול משימות וכספים לצבא ולחיים האזרחיים",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f7fb",
  "theme_color": "#6c5ce7",
  "dir": "rtl",
  "lang": "he",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sunday Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "משימות",
      "short_name": "משימות",
      "url": "/dashboard/boards",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "כספים",
      "short_name": "כספים",
      "url": "/dashboard/finance",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
