{
  "name": "Airtime Kenya",
  "short_name": "Airtime",
  "description": "Buy airtime online with instant delivery. Save up to 7% on Safaricom, Airtel & Telkom airtime in Kenya.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "shopping", "utilities"],
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Airtime purchase screen"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Payment confirmation"
    }
  ],
  "shortcuts": [
    {
      "name": "Buy Airtime",
      "short_name": "Buy",
      "description": "Quickly buy airtime",
      "url": "/",
      "icons": [{ "src": "/shortcut-icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Recent Purchases",
      "short_name": "History",
      "description": "View purchase history",
      "url": "/?view=history",
      "icons": [{ "src": "/history-icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://airtime.comradesyard.com"
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "auto"
  },
  "protocol_handlers": [
    {
      "protocol": "web+airtime",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "Buy Airtime Online",
      "text": "Get discounted airtime with instant delivery in Kenya",
      "url": "/"
    }
  },
  "edge_side_panel": {
    "preferred_width": 360
  }
}