{
    "name": "CZEditor - Modern Code Editor",
    "short_name": "CZEditor",
    "description": "A powerful, modern web-based code editor with autocomplete, emmet, and syntax highlighting.",
    "version": "2.0.0",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#1e1e2e",
    "theme_color": "#1e1e2e",
    "orientation": "any",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": [
        "developer",
        "utilities"
    ],
    "shortcuts": [
        {
            "name": "New File",
            "short_name": "New",
            "url": "./?action=new",
            "icons": [
                {
                    "src": "icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}