{
  "name": "مصاري · Masari",
  "short_name": "مصاري",
  "description": "إدارة الأموال الشخصية — دخل، مصاريف، ميزانيات، ادخار، وعملات متعددة. Personal finance manager.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "lang": "ar",
  "dir": "auto",
  "categories": ["finance", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "معاملة جديدة / New transaction", "short_name": "＋ معاملة", "url": "./index.html?action=add",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "مسح فاتورة / Scan receipt", "short_name": "مسح", "url": "./index.html?action=scan",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "التقارير / Reports", "short_name": "تقارير", "url": "./index.html?action=reports",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "receipt", "accept": ["image/*"] }]
    }
  }
}
