{
    "name": "Times Table Trainer",
    "short_name": "Times Table ",
    "description": "Practice and memorize multiplication tables with timed quizzes, smart practice mode, and progress tracking.",
    "start_url": "/en/app/times-table-trainer",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/times-table-trainer",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/times-table-trainer/times-table-trainer-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/times-table-trainer/times-table-trainer-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}