{ "$schema": "https://raw.githubusercontent.com/Containerpak/cpak/v2/schema/manifest-v2.json", "manifest_version": "2.0", "name": "Kate", "description": "A full-featured text editor with projects, sessions and an integrated terminal.", "version": "26.04.2", "image": "ghcr.io/containerpak/kate:main", "binaries": ["/usr/bin/kate"], "desktop_entries": ["/usr/share/applications/org.kde.kate.desktop"], "dependencies": [], "addons": ["github.com/containerpak/sdk-go", "github.com/containerpak/sdk-node-lts"], "idle_time": 0, "override": { "socketX11": true, "socketWayland": true, "socketPulseAudio": false, "socketSessionBus": true, "socketSystemBus": false, "socketSshAgent": true, "socketCups": false, "socketGpgAgent": true, "socketAtSpiBus": true, "socketBluetooth": false, "deviceDri": true, "deviceKvm": false, "deviceShm": false, "deviceAlsa": false, "deviceVideo": false, "deviceFuse": false, "deviceTun": false, "deviceUsb": false, "deviceAll": false, "notification": false, "openURI": true, "filesystem": [{"path": "home", "access": "read-write"}], "env": [], "network": true, "process": false, "userNamespaces": false, "memoryMaxMB": 0, "cpuQuota": 0, "pidsMax": 0, "asRoot": false, "allowedHostCommands": ["xdg-open"] } }