Files
arthur-os/shell/plugins/polkit/manifest.json
T

16 lines
311 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.polkit",
"name": "Polkit Agent",
"version": "1.0.0",
"author": "Omarchy",
"description": "Theme-aware authentication dialog for privileged actions.",
"kinds": [
"service"
],
"keepLoaded": true,
"entryPoints": {
"service": "PolkitAgent.qml"
}
}