{
    "name": "Properties-on-the-Go",
    "short_name": "POGO",
    "description": "Lagos-first property marketplace, verification and transaction platform.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f7fa",
    "theme_color": "#0a2e62",
    "lang": "en",
    "categories": ["real_estate", "business", "shopping"],
    "icons": [
        {
            "src": "/pogo/icons/pogo-emblem.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Search properties",
            "short_name": "Search",
            "url": "/properties"
        }
    ]
}