{
    "name": "Minecraft Circle Generator",
    "short_name": "MC Circle Gen",
    "description": "Build circles and ellipses in Minecraft easily with step-by-step guidance and automatic block counting. No need to count by hand!",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1f2937",
    "theme_color": "#1f2937",
    "orientation": "any",
    "categories": [
        "games",
        "utilities",
        "productivity"
    ],
    "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"
        },
        {
            "src": "/placeholder.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/placeholder.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Minecraft Circle Generator - Desktop View"
        },
        {
            "src": "/placeholder.jpg",
            "sizes": "750x1334",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Minecraft Circle Generator - Mobile View"
        }
    ],
    "lang": "en-US",
    "dir": "ltr"
}