{
  "name": "מערכת בקליק — שיבוץ מערכת שעות",
  "short_name": "מערכת בקליק",
  "description": "בניית מערכת שעות לבית ספר: מורים, כיתות, הקבצות, אילוצים וכללים נקודתיים.",
  "id": "/",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#1d4ed8",
  "lang": "he",
  "dir": "rtl",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "המערכת",
      "short_name": "מערכת",
      "url": "/app.html#timetable"
    },
    {
      "name": "כללים נקודתיים",
      "short_name": "כללים",
      "url": "/app.html#jokers"
    }
  ]
}
