{
  "name": "LawCRM - ניהול משרד עורכי דין",
  "short_name": "LawCRM",
  "description": "מערכת ניהול לקוחות ותיקים למשרד עורכי דין",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "lang": "he",
  "dir": "rtl",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "לקוחות", "short_name": "לקוחות", "url": "/clients", "description": "ניהול לקוחות" },
    { "name": "תיקים", "short_name": "תיקים", "url": "/cases", "description": "ניהול תיקים" },
    { "name": "משימות", "short_name": "משימות", "url": "/tasks", "description": "ניהול משימות" },
    { "name": "הוסף קבלה", "short_name": "קבלה", "url": "/expenses", "description": "סריקת קבלות" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*"] }]
    }
  }
}
