{
  "name": "TaskKash",
  "short_name": "TaskKash",
  "description": "Earn money by completing simple tasks | أربح المال بإكمال مهام بسيطة",
  "id": "/",
  "start_url": "/splash",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#1a3d2b",
  "theme_color": "#10B981",
  "orientation": "portrait",
  "dir": "auto",
  "lang": "ar",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "finance",
    "productivity",
    "business"
  ],
  "share_target": {
    "action": "/tasks",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "المهام - Tasks",
      "short_name": "Tasks",
      "description": "عرض المهام المتاحة - View available tasks",
      "url": "/tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "المحفظة - Wallet",
      "short_name": "Wallet",
      "description": "عرض رصيدك - View your balance",
      "url": "/wallet",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الملف الشخصي - Profile",
      "short_name": "Profile",
      "description": "عرض ملفك الشخصي - View your profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}