{
    "name": "Erd Go - SQL to ERD Converter",
    "short_name": "Erd Go",
    "description": "Free SQL to ERD converter - Transform your SQL schema into beautiful, interactive database diagrams instantly.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#667eea",
    "orientation": "any",
    "scope": "/",
    "lang": "en-US",
    "categories": ["developer tools", "productivity", "utilities"],
    "icons": [
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/og_image.png",
            "sizes": "2880x1800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Erd Go SQL Editor and ERD Diagram"
        }
    ],
    "shortcuts": [
        {
            "name": "Create New ERD",
            "short_name": "New ERD",
            "description": "Start creating a new ERD diagram",
            "url": "/e/new",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Documentation",
            "short_name": "Docs",
            "description": "View DDL syntax documentation",
            "url": "/docs",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
