{
  "id": "floosy-app-pwa",
  "name": "Floosy | فلوسي - إدارة المال والحسابات",
  "short_name": "فلوسي Floosy",
  "description": "تطبيق فلوسي المتكامل لإدارة الحسابات الشخصية والشركات ومعرفة الأرباح والخسائر وإدارة المرتبات والمحافظ والالتزامات.",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#020617",
  "theme_color": "#059669",
  "orientation": "portrait",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "إضافة معاملة مالية",
      "short_name": "معاملة جديدة",
      "description": "تسجيل مصروف أو دخل جديد سريعا",
      "url": "/?tab=ledger&action=new",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "سجل الالتزامات والديون",
      "short_name": "الديون والالتزامات",
      "description": "عرض الأقساط والديون المستحقة",
      "url": "/?tab=reminders",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
