{
    "name": "FamilyBankbook",
    "short_name": "FamilyBank",
    "description": "A gamified family savings app where parents manage allowances and kids track goals in a fun space-adventure experience.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0F0A2A",
    "theme_color": "#1A0A3C",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/assets/images/pwa-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/pwa-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}