{
  "id": "/",
  "name": "התיק שלי",
  "short_name": "התיק שלי",
  "description": "מכינים את התיק לבית הספר בקלות — מערכת שעות, ציוד ועדכונים מהמורה במקום לזכור הכול מהוואטסאפ.",
  "lang": "he",
  "dir": "rtl",
  "start_url": "/today?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fdf8ee",
  "theme_color": "#fdf8ee",
  "categories": ["education", "kids", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "התיק שלי",
      "short_name": "התיק",
      "url": "/today?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "עדכונים מהמורה",
      "short_name": "עדכונים",
      "url": "/updates?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
