{
    "name": "Nfunayo",
    "short_name": "Nfunayo",
    "id": "/",
    "start_url": "/login?source=pwa",
    "scope": "/",
    "display": "standalone",
    "description": "A cloud-based Loan management system for modern businesses.",
    "lang": "en",
    "theme_color": "#115E59",
    "background_color": "#115E59",

    "icons": [
        {
            "src": "icons/96.png",
            "sizes": "96x96",
            "type": "image/png"
        },

        {
            "src": "icons/192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "screenshots": [
        {
            "src": "screenshots/desktop.webp",
            "sizes": "1280x720",
            "type": "image/webp",
            "form_factor": "wide"
        },
        {
            "src": "screenshots/mobile.webp",
            "sizes": "720x1280",
            "type": "image/webp"
        },
        {
            "src": "screenshots/mobile-black.png",
            "sizes": "720x1280",
            "type": "image/webp"
        }
    ],

    "related_applications": [
        {
            "platform": "windows",
            "url": "https://getnovas.com"
        }
    ],

    "shortcuts": [
        {
            "name": "Collections",
            "short_name": "Collections",
            "description": "Record new collection ",
            "url": "/collections",
            "icons": [
                {
                    "src": "icons/96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Loans",
            "short_name": "Loans",
            "description": "View Loans ",
            "url": "/loans",
            "icons": [
                {
                    "src": "icons/96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Subscription",
            "short_name": "subscription",
            "description": "View Billing",
            "url": "/billing",
            "icons": [
                {
                    "src": "icons/96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
