{
    "name": "JSON Studio",
    "short_name": "JSON Studio",
    "description": "Interactive JSON workspace featuring real-time syntax highlighting, recursive tree inspections, format conversion, structural diff comparisons, custom analytics graphs, and typed code model generation.",
    "start_url": ".",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#1a1b26",
    "theme_color": "#0175C2",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "productivity",
        "utilities",
        "developer"
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot_desktop.png",
            "sizes": "1920x921",
            "type": "image/png",
            "form_factor": "wide",
            "label": "JSON Studio Desktop Workspace"
        },
        {
            "src": "screenshot_mobile.png",
            "sizes": "1920x921",
            "type": "image/png",
            "label": "JSON Studio Live Deployment"
        }
    ]
}
