{
    "name": "ColdTrackCRM",
    "short_name": "ColdTrack",
    "description": "ColdTrackCRM — capture supplier bills, manage purchasing, sales & inventory.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f9fafb",
    "theme_color": "#1d4ed8",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Capture Bill",
            "short_name": "Bill",
            "description": "Snap or upload a supplier bill",
            "url": "/accounts-payable/capture",
            "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ]
}
