{
    "name": "JSON Formatter Pro - Auto-Save, Share URL, Export 10+ Formats",
    "short_name": "JSON Formatter",
    "description": "Free online JSON Formatter with auto-save, URL sharing, and 10+ format export",
    "theme_color": "#6366f1",
    "background_color": "#0a0a0f",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/?utm_source=pwa",
    "categories": [
        "developer-tools",
        "productivity"
    ],
    "icons": [
        {
            "src": "/logo192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}