mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
25 lines
508 B
JSON
25 lines
508 B
JSON
{
|
|
"id": "polkit-agent",
|
|
"name": "Polkit Agent",
|
|
"version": "1.0.6",
|
|
"minNoctaliaVersion": "4.4.3",
|
|
"author": "Noctalia Team <team@noctalia.dev>",
|
|
"official": true,
|
|
"license": "MIT",
|
|
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
|
|
"description": "Provides a Polkit authentication agent.",
|
|
"tags": [
|
|
"System",
|
|
"Security"
|
|
],
|
|
"entryPoints": {
|
|
"main": "Main.qml"
|
|
},
|
|
"dependencies": {
|
|
"plugins": []
|
|
},
|
|
"metadata": {
|
|
"defaultSettings": {}
|
|
}
|
|
}
|