{
    "name": "Bonder Relationship Manager",
    "short_name": "Bonder",
    "description": "Maintain meaningful connections with your personal CRM.",
    "start_url": "/dashboard",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0B0A1A",
    "theme_color": "#8B5CF6",
    "id": "/dashboard",
    "categories": [
        "productivity",
        "social",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Check In",
            "short_name": "Check In",
            "description": "Daily check-in to maintain streak",
            "url": "/streaks?source=pwa_shortcut",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Contact",
            "short_name": "Add",
            "description": "Add a new connection",
            "url": "/contacts/new?source=pwa_shortcut",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://bonder.vercel.app/manifest.json"
        }
    ],
    "share_target": {
        "action": "/contacts/new",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}