﻿{
  "name": "محفظة مكاني",
  "short_name": "محفظة مكاني",
  "description": "بوابة المشتركين والعملاء لمحفظة مكاني لشراء كروت الإنترنت وإدارة المحافظ والمدفوعات.",
  "start_url": "/#/client/login",
  "display": "standalone",
  "background_color": "#0a0d14",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "شراء كروت",
      "short_name": "شراء",
      "description": "الانتقال مباشرة إلى صفحة شراء كروت الواي فاي",
      "url": "/#/client?tab=buy",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "المحفظة والتحويل",
      "short_name": "المحفظة",
      "description": "عرض الرصيد وتحويل الأموال للمشتركين",
      "url": "/#/client?tab=wallet",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
