{
    "name": "AKONTEC Portal",
    "short_name": "AKONTEC",
    "description": "Browse vetted BPO projects, manage applications, invoices and onboarding with AKONTEC.",
    "id": "/?source=pwa",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "background_color": "#ffffff",
    "theme_color": "#c00000",
    "lang": "en-IN",
    "dir": "ltr",
    "categories": ["business", "productivity", "finance"],
    "icons": [
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/akontec-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Projects",
            "url": "/dashboard",
            "description": "Browse the project portfolio"
        },
        {
            "name": "My Applications",
            "url": "/my-applications",
            "description": "Status of your applications"
        },
        {
            "name": "Finances",
            "url": "/my/finances",
            "description": "Wallet, billing and withdrawals"
        },
        {
            "name": "Profile + KYC",
            "url": "/my-profile",
            "description": "Update profile and upload KYC docs"
        }
    ]
}
