{
  "name": "Lifshitz Tech – בלוג הבינה המלאכותית בעברית",
  "short_name": "Lifshitz Tech",
  "description": "מודלי AI מתקדמים, השוואות ומדריכים מקצועיים - Claude, GPT, Gemini, Nova ועוד",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "he",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "education",
    "news",
    "technology"
  ],
  "screenshots": [
    {
      "src": "/hero.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "מאמרים אחרונים",
      "short_name": "מאמרים",
      "description": "צפייה במאמרים האחרונים על AI",
      "url": "/#articles",
      "icons": [
        {
          "src": "/file.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "השוואות מודלים",
      "short_name": "השוואות",
      "description": "השוואת מודלי AI שונים",
      "url": "/comparisons",
      "icons": [
        {
          "src": "/globe.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}