{
    "id": "/",
    "name": "IELTS Master - Band Score Simulator",
    "short_name": "IELTS Master",
    "description": "AI-Powered IELTS Practice for Speaking, Writing, Listening & Reading",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#3b82f6",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/vite.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "IELTS Practice Dashboard"
        },
        {
            "src": "/screenshot-2.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "AI-Powered Lessons"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "share_target": {
        "action": "/",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "shortcuts": [
        {
            "name": "Speaking Practice",
            "short_name": "Speaking",
            "description": "Practice IELTS Speaking",
            "url": "/?tab=speaking",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Writing Practice",
            "short_name": "Writing",
            "description": "Practice IELTS Writing",
            "url": "/?tab=writing",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}