{
  "name": "Postex Vet Clinic",
  "short_name": "Postex Vet",
  "description": "מערכת ניהול מרפאה וטרינרית — בעלים, חיות מחמד, ביקורים וחיסונים",
  "start_url": "/postexvet-dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A0A3B",
  "theme_color": "#2D1B69",
  "lang": "he",
  "dir": "rtl",
  "categories": [
    "medical",
    "productivity"
  ],
  "icons": [
    {
      "src": "frontend/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "frontend/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "frontend/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "frontend/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "חיות מחמד",
      "url": "/postexvet-pets"
    },
    {
      "name": "חיסונים ותזכורות",
      "url": "/postexvet-vaccinations"
    },
    {
      "name": "בעלים",
      "url": "/postexvet-owners"
    }
  ]
}