{
  "id": "/",
  "name": "אלפא תיאוריה — Alpha Theory",
  "short_name": "אלפא תיאוריה",
  "description": "אפליקציית תיאוריה חכמה לתלמידי נהיגה",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eaf0f8",
  "theme_color": "#eaf0f8",
  "categories": ["education"],
  "lang": "he",
  "dir": "rtl",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "תרגול מהיר",
      "short_name": "תרגול",
      "url": "/?source=pwa&shortcut=practice",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "מבחן",
      "short_name": "מבחן",
      "url": "/?source=pwa&shortcut=exam",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
