{
    "version": 1,
    "generatedAt": "2026-09-27T13:01:40+00:00",
    "modes": [
        {
            "id": "mode.everyday",
            "title": "Everyday Kannada",
            "description": "Speak Kannada in daily life",
            "theme": "green",
            "icon": "ui.practice.everyday",
            "layout": "journey",
            "order": 1,
            "enabled": true
        },
        {
            "id": "mode.school",
            "title": "Kannada for School",
            "description": "Letters, reading & writing",
            "theme": "orange",
            "icon": "ui.practice.school",
            "layout": "journey",
            "order": 2,
            "enabled": true
        },
        {
            "id": "mode.listening",
            "title": "Listening",
            "description": "Hear and understand Kannada",
            "theme": "purple",
            "icon": "ui.practice.listening",
            "layout": "grid",
            "order": 3,
            "enabled": true
        },
        {
            "id": "mode.stories",
            "title": "Kannada Stories",
            "description": "Listen, read and explore",
            "theme": "blue",
            "icon": "ui.practice.stories",
            "layout": "grid",
            "order": 4,
            "enabled": true
        }
    ],
    "packs": [
        {
            "packId": "pack.life.meet_tara",
            "modeId": "mode.everyday",
            "title": "Meet Tara",
            "description": "Start with simple everyday Kannada",
            "version": "1.0.0",
            "contentVersion": "1.0.0",
            "order": 1,
            "thumbnail": "ui.journey.meet_tara",
            "packageUrl": "https://yourdomain.com/aabacoo/packs/pack.life.meet_tara.1.0.0.zip",
            "checksum": "PUT_SHA256_HERE",
            "sizeBytes": 1234567,
            "minimumAppVersion": "0.1.0",
            "enabled": true
        },
        {
            "packId": "pack.life.where_is_teddy",
            "modeId": "mode.everyday",
            "title": "Where Is Teddy?",
            "description": "Find Teddy while learning everyday Kannada",
            "version": "1.0.0",
            "contentVersion": "1.0.0",
            "order": 5,
            "thumbnail": "ui.journey.where_is_teddy",
            "packageUrl": "https://yourdomain.com/aabacoo/packs/pack.life.where_is_teddy.1.0.0.zip",
            "checksum": "PUT_SHA256_HERE",
            "sizeBytes": 1832456,
            "minimumAppVersion": "0.1.0",
            "enabled": true
        },
        {
            "packId": "pack.stories.first_story",
            "modeId": "mode.stories",
            "title": "The Lost Ball",
            "description": "A short interactive Kannada story",
            "version": "1.0.0",
            "contentVersion": "1.0.0",
            "order": 1,
            "thumbnail": "ui.story.lost_ball",
            "packageUrl": "https://yourdomain.com/aabacoo/packs/pack.stories.first_story.1.0.0.zip",
            "checksum": "PUT_SHA256_HERE",
            "sizeBytes": 2345678,
            "minimumAppVersion": "0.1.0",
            "enabled": true
        }
    ]
}