{
    "short_name": "LibreKitten",
    "name": "LibreKitten",
    "description": "Block-based JIT compiled programming language with server-side execution support.",
    "icons": [
        {
            "src": "/images/librekitten-colour.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/images/librekitten-colour.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "start_url": "editor.html",
    "theme_color": "#ff8200",
    "background_color": "#fff8200",
    "display": "standalone"
}