{
  "id": "/",
  "name": "מערכת תפעול בית ספרית",
  "short_name": "תפעול ביה\"ס",
  "description": "מערכת ניהול בקשות תמיכה, תחזוקה והסעות לבית הספר",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "categories": [
    "education",
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "דשבורד ראשי — מערכת תפעול בית ספרית"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "לוח בקרה ניהולי"
    }
  ],
  "shortcuts": [
    {
      "name": "פתיחת תקלה חדשה",
      "short_name": "תקלה חדשה",
      "description": "פתיחה מהירה של טופס דיווח תקלה",
      "url": "/maintenance.html?source=shortcut",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "דיווח הסעה",
      "short_name": "הסעה",
      "description": "דיווח בקשת הסעה מהירה",
      "url": "/transport.html?source=shortcut",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "הבקשות שלי",
      "short_name": "הבקשות שלי",
      "description": "צפייה בכל הבקשות שלי",
      "url": "/my-requests.html?source=shortcut",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "לוח בקרה",
      "short_name": "ניהול",
      "description": "כניסה ללוח הבקרה של המנהל",
      "url": "/admin.html?source=shortcut",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}