{
  "id": "./",
  "name": "مصاريفي - إدارة الحسابات الشخصية",
  "short_name": "مصاريفي",
  "description": "تطبيق بسيط لإدارة المصاريف والديون ومستحقات الزبائن",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f6f8",
  "theme_color": "#111827",
  "categories": ["finance", "productivity"],
  "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"}
  ],
  "shortcuts": [
    {"name":"إضافة مصروف","short_name":"مصروف","url":"./index.html?action=expense","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]},
    {"name":"إضافة دين","short_name":"دين","url":"./index.html?action=debt","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]},
    {"name":"إضافة مستحق","short_name":"مستحق","url":"./index.html?action=receivable","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]}
  ]
}
