{
    "name": "Crypvote - Secure E-Voting System",
    "short_name": "Crypvote",
    "description": "Secure electronic voting system with cryptographic blind signature",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#04305e",
    "theme_color": "#04305e",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/icon.ico",
            "sizes": "192x192",
            "type": "image/x-icon",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icon.ico",
            "sizes": "512x512",
            "type": "image/x-icon",
            "purpose": "any maskable"
        }
    ],
    "categories": ["government", "utilities"],
    "lang": "en",
    "scope": "/",
    "prefer_related_applications": false
}
