{
    "name": "Trust",
    "short_name": "Trust",
    "description": "Share privately with people you trust",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#667eea",
    "theme_color": "#667eea",
    "icons": [
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Friend Requests",
            "short_name": "Requests",
            "description": "View pending friend requests",
            "url": "/friends/requests/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Notifications",
            "short_name": "Alerts",
            "description": "View your notifications",
            "url": "/notifications/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
