{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Shitouf — שיתוף",
  "short_name": "Shitouf",
  "description": "Plateforme immobilière collaborative pour agents en Israël",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1E3A5F",
  "lang": "he",
  "dir": "rtl",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Mes clients",
      "short_name": "Clients",
      "url": "/app/clients?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-clients.png", "sizes": "96x96" }]
    },
    {
      "name": "Nouveau bien",
      "short_name": "+ Bien",
      "url": "/app/properties/new?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-property.png", "sizes": "96x96" }]
    },
    {
      "name": "Réseau Shitouf",
      "short_name": "Réseau",
      "url": "/app/network?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-network.png", "sizes": "96x96" }]
    },
    {
      "name": "Mode terrain",
      "short_name": "Terrain",
      "url": "/field/around-me?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-field.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord agent"
    },
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vue desktop"
    }
  ],
  "prefer_related_applications": false
}
