
{
    "name": "LabMate Matcha Quiz",
    "short_name": "LabMate",
    "description": "A matcha-inspired Medical Technology study companion with quizzes, flashcards, mastery tracking, and offline support.",

    "start_url": "./",
    "scope": "./",

    "display": "standalone",
    "orientation": "portrait",

    "background_color": "#F4F7EF",
    "theme_color": "#6F8F5B",

    "categories": [
        "education",
        "medical",
        "productivity"
    ],

    "lang": "en",

    "icons": [
        {
            "src": "icon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}

