{
    "name": "PyTink - Visual Python Programming",
    "short_name": "PyTink",
    "description": "Learn Python programming through visual drag-and-drop blocks",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#007bff",
    "orientation": "landscape-primary",
    "categories": ["education", "programming", "developer"],
    "lang": "en",
    "scope": "/",
    "icons": [
        {
            "src": "favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "pytink-screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "PyTink Visual Python Editor on Desktop"
        },
        {
            "src": "pytink-screenshot-mobile.png",
            "sizes": "375x667",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "PyTink Visual Python Editor on Mobile"
        }
    ]
}
