{
    "short_name": "Tandafin",
    "name": "Tandafin",
    "description": "Microfinance and loan operations: loans, savings, customers, payroll, and reporting.",
    "icons": [
        {
            "src": "/favicon.svg",
            "type": "image/svg+xml",
            "sizes": "any",
            "purpose": "any"
        },
        {
            "src": "/images/192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "/images/192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        },
        {
            "src": "/images/512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "/images/512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "type": "image/png",
            "sizes": "180x180",
            "purpose": "any"
        }
    ],
    "start_url": "/dashboard?source=pwa",
    "background_color": "#ffffff",
    "display": "standalone",
    "display_override": ["standalone", "browser"],
    "scope": "/",
    "theme_color": "#00a69c",
    "orientation": "any",
    "categories": ["finance", "business", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "Open your dashboard",
            "url": "/dashboard?source=pwa",
            "icons": [{ "src": "/images/96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Loan applications",
            "short_name": "Loans",
            "description": "Review and manage loan applications",
            "url": "/loan/loan-applications?source=pwa",
            "icons": [{ "src": "/images/96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Customers",
            "short_name": "Customers",
            "description": "Organization customers",
            "url": "/organization/customers?source=pwa",
            "icons": [{ "src": "/images/96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Notifications",
            "short_name": "Alerts",
            "description": "In-app notifications",
            "url": "/notifications?source=pwa",
            "icons": [{ "src": "/images/96.png", "sizes": "96x96", "type": "image/png" }]
        }
    ]
}
