{
  "short_name": "Divici",
  "name": "Divici - הדרך שלך לנצחון במבחן",
  "description": "AI-powered exam preparation platform with personalized learning",
  "version": "2.0.0",
  "icons": [
    {
      "src": "icons/divici-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/divici-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/divici-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563EB",
  "background_color": "#ffffff",
  "categories": ["education", "productivity"],
  "lang": "he",
  "dir": "rtl",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "תרגול",
      "short_name": "תרגול",
      "description": "התחל תרגול",
      "url": "/practice",
      "icons": [{ "src": "icons/practice-96x96.svg", "sizes": "96x96" }]
    },
    {
      "name": "התקדמות",
      "short_name": "התקדמות",
      "description": "צפה בהתקדמות",
      "url": "/progress",
      "icons": [{ "src": "icons/progress-96x96.svg", "sizes": "96x96" }]
    }
  ]
  
}
