{
  "name": "Yolliepay",
  "short_name": "Yolliepay",
  "description": "Yolliepay — Uganda's cheapest mobile money payment gateway. Send, collect, and manage payments instantly with MTN and Airtel.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b6de6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Collect",
      "short_name": "Collect",
      "description": "Collect money to your wallet",
      "url": "/add-money",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Transfer",
      "short_name": "Transfer",
      "description": "Send money to another user",
      "url": "/transfer-user",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "permissions": ["notifications", "camera"]
}
