{
    "name": "CleanFlash",
    "short_name": "CleanFlash",
    "background_color": "#0f172a",
    "display": "standalone",
    "description": "Smart flashcard learning with spaced repetition. Master anything.",
    "theme_color": "#6366f1",
    "screenshots": [],
    "categories": [
        "education",
        "productivity"
    ],
    "start_url": "/",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}