{
    "name": "OneKitty - Group Savings, Chamas, Contributions & Bulk SMS",
    "short_name": "OneKitty",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#4355B6",
    "theme_color": "#4355B6",
    "description": "OneKitty helps ease funds collection and contributions between groups. Manage your chama, track contributions, organize events, send bulk SMS reminders, and grow your savings together.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": [
        "finance",
        "productivity",
        "business"
    ],
    "lang": "en-KE",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Kitty",
            "short_name": "New Kitty",
            "description": "Create a new contribution kitty",
            "url": "/create-kitty",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Chamas",
            "short_name": "Chamas",
            "description": "View your chamas",
            "url": "/chama",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Events",
            "short_name": "Events",
            "description": "View and manage events",
            "url": "/events",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}