Files
blomarchy/shell/plugins/lock/manifest.json
T

21 lines
382 B
JSON

{
"schemaVersion": 1,
"id": "blob.lock",
"name": "Lock Screen",
"version": "1.0.0",
"author": "Blob",
"description": "Quickshell session lock with separate password and fingerprint PAM flows.",
"blob": {
"capabilities": [
"authentication"
]
},
"kinds": [
"service"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml"
}
}