-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpass.json
More file actions
23 lines (23 loc) · 698 Bytes
/
pass.json
File metadata and controls
23 lines (23 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"KPlugin": {
"Authors": [
{
"Email": "fuermetz@mailbox.org",
"Name": "Lukas Fürmetz"
},
{
"Email": "me@thaodan.de",
"Name": "Björn Bidar"
}
],
"Description": "Copies a password from the password store (https://www.passwordstore.org/) to the clipboard",
"EnabledByDefault": true,
"Icon": "preferences-desktop-font",
"Id": "Pass",
"License": "GPL",
"Name": "Pass",
"Version": "1.1.0"
},
"X-Plasma-AdvertiseSingleRunnerQueryMode": true,
"X-KDE-ConfigModule": "kf6/krunner/kcms/kcm_krunner_pass"
}