{
  "id": "smart-wallet-pwa-1",
  "name": "محفظتي الذكية | Smart Wallet",
  "short_name": "محفظتي",
  "description": "تطبيق ذكي لإدارة المصاريف والديون.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    { "src": "icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "icons/maskable-icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "إضافة معاملة",
      "short_name": "معاملة",
      "url": "./index.html?action=new-tx",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "سجل الديون",
      "short_name": "الديون",
      "url": "./index.html?tab=debts",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
