{
  "name": "תרגול תאוריה — מערכת תרגול",
  "short_name": "תרגול תאוריה",
  "description": "תרגלו לקראת מבחן התאוריה — מבחן תרגול מלא או תרגול לפי נושא",
  "start_url": "./",
  "scope": "/driving-theory-exam/student/",
  "id": "student-app",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f0f4f8",
  "theme_color": "#2563eb",
  "lang": "he",
  "dir": "rtl",
  "icons": [
    {
      "src": "../icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "../screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view"
    },
    {
      "src": "../screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Mobile view"
    }
  ]
}