{
  "name": "בינה, בקיצור - כלי בינה מלאכותית",
  "short_name": "בינה בקיצור",
  "description": "פלטפורמה מקיפה לכלי בינה מלאכותית, מדריכים, וידע שימושי",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FF719A",
  "background_color": "#111827",
  "lang": "he",
  "dir": "rtl",
  "categories": ["productivity", "education", "technology"],
  "icons": [
    {
      "src": "/images/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "דף כלי בינה מלאכותית"
    },
    {
      "src": "/images/screenshot-2.png", 
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "תפריט ניווט נייד"
    }
  ],
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "כלי AI",
      "short_name": "כלים",
      "description": "גלה כלי בינה מלאכותית מתקדמים",
      "url": "/tools",
      "icons": [
        {
          "src": "/images/shortcut-tools.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "מושגי AI",
      "short_name": "מושגים",
      "description": "למד מושגים בבינה מלאכותית",
      "url": "/terms",
      "icons": [
        {
          "src": "/images/shortcut-terms.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "חדשות AI",
      "short_name": "חדשות",
      "description": "עדכונים חמים בבינה מלאכותית",
      "url": "/#news",
      "icons": [
        {
          "src": "/images/shortcut-news.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-new", "navigate-existing"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}