{
    "name": "Ride Africa - Kenya's Premier Bus Booking Platform | Real-time Tracking & M-Pesa Payment",
    "short_name": "Ride Africa",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "description": "Book bus tickets online across Kenya with real-time GPS tracking, secure M-Pesa payments, and instant confirmation. Serving 50+ destinations including Nairobi, Mombasa, Kisumu, Nakuru, Eldoret. Save up to 30% on advance bookings. Digital tickets, no printing required.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": [
        "travel",
        "transportation",
        "business",
        "productivity",
        "lifestyle"
    ],
    "keywords": [
        "bus booking Kenya",
        "bus tickets online",
        "M-Pesa payment",
        "real-time tracking",
        "Kenya travel",
        "Nairobi bus",
        "Mombasa bus",
        "intercity travel",
        "digital tickets"
    ],
    "lang": "en-KE",
    "dir": "ltr",
    "screenshots": [
        {
            "src": "screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Ride Africa home screen showing route selection and booking options"
        },
        {
            "src": "screenshots/booking.png",
            "sizes": "750x1334",
            "type": "image/png",
            "label": "Easy bus ticket booking with seat selection and M-Pesa payment"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "shortcuts": [
        {
            "name": "Book Ticket",
            "short_name": "Book",
            "description": "Quick bus ticket booking",
            "url": "/#/search",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Track Bus",
            "short_name": "Track",
            "description": "Real-time bus tracking",
            "url": "/#/track",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}