{
    "name": "Ventbook - Mental Health Community",
    "short_name": "Ventbook",
    "description": "A safe space to express your emotions, connect with others, and get support.",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["standalone", "window-controls-overlay"],
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💭</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["health", "social", "lifestyle"],
    "shortcuts": [
        {
            "name": "New Post",
            "short_name": "Post",
            "description": "Create a new post",
            "url": "/?action=new",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>➕</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Messages",
            "short_name": "Messages",
            "description": "View your messages",
            "url": "/?view=messages",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💬</text></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
