{
  "name": "FEENITO — ניהול חשבוניות",
  "short_name": "FEENITO",
  "description": "ניהול אוטומטי של חשבוניות וקבלות לעצמאים ועסקים",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0A0E17",
  "theme_color": "#30E3CA",
  "orientation": "portrait",
  "lang": "he",
  "dir": "rtl",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "📷 צלם קבלה", "url": "/dashboard/scan?camera=1", "description": "פתח מצלמה לצילום קבלה" },
    { "name": "📁 העלה קובץ", "url": "/dashboard/scan", "description": "העלה PDF או תמונה" },
    { "name": "📧 סרוק Gmail", "url": "/dashboard/scan", "description": "הפעל סריקה עכשיו" },
    { "name": "📋 לאישור", "url": "/dashboard/history", "description": "קבלות הממתינות לאישורך" }
  ],
  "share_target": {
    "action": "/dashboard/scan#upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "files": [{ "name": "file", "accept": ["application/pdf", "image/jpeg", "image/png", "image/webp"] }] }
  }
}
