{
    "id": "/",
    "name": "SifuLingo",
    "short_name": "SifuLingo",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0d0e10",
    "theme_color": "#0d0e10",
    "orientation": "portrait",
    "scope": "/",
    "lang": "en-US",
    "description": "Learn German from the real world. Scan words you see, learn them through stories, and remember them optimally with a science-based system.",
    "categories": ["education", "productivity"],
    "screenshots": [
        {
            "src": "/img/screenshots/landing/hero-dashboard-en.webp",
            "sizes": "750x1624",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "Home screen: the words due for review today, the last 7 days of activity, and this week's story"
        },
        {
            "src": "/img/screenshots/landing/plate-review-en.webp",
            "sizes": "662x860",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "A review card: a German word with its translation and example sentence"
        }
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/maskable_icon_x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Start Review",
            "short_name": "Review",
            "description": "Start reviewing your flashcards",
            "url": "/review",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Add Words",
            "short_name": "Add",
            "description": "Add new vocabulary words",
            "url": "/vocabulary/suggestions",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ]
}
