{
    "name": "NewKipp Microfinance Solution",
    "short_name": "NewKipp",
    "description": "Microfinance management for tenants, staff, merchants, and members.",
    "start_url": "/login?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f5f7fb",
    "theme_color": "#155e75",
    "categories": ["finance", "business", "productivity"],
    "icons": [
        {
            "src": "/pwa/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/pwa/maskable-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Sign in",
            "short_name": "Login",
            "url": "/login?source=pwa-shortcut",
            "icons": [{ "src": "/pwa/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Register company",
            "short_name": "Register",
            "url": "/register-company?source=pwa-shortcut",
            "icons": [{ "src": "/pwa/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Merchant program",
            "short_name": "Merchants",
            "url": "/merchants?source=pwa-shortcut",
            "icons": [{ "src": "/pwa/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Install guide",
            "short_name": "Install",
            "url": "/mobile-app?source=pwa-shortcut",
            "icons": [{ "src": "/pwa/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ]
}
