{
    "name": "RentFlip",
    "short_name": "RentFlip",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#F3F6FC",
    "theme_color": "#3E5EEA",
    "description": "Rent verification & digital-evidence ledger for landlords and tenants in Uganda.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "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"
        }
    ]
}