-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata_fr.json
39 lines (39 loc) · 981 Bytes
/
metadata_fr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"bugtracker": "https://github.com/Pext/pext_module_pass",
"bugtracker_type": "github",
"description": "Permet \u00e0 Pext de g\u00e9rer les mots de passe en pass",
"developer": "Sylvia van Os",
"git_branch_stable": "stable",
"git_urls": [
"https://github.com/Pext/pext_module_pass"
],
"homepage": "https://pext.io/",
"id": "pext.module.pass",
"license": "GPL-3.0+",
"name": "Banque de mots de passe",
"platforms": [
"Linux",
"Darwin"
],
"settings": [
{
"default": "~/.password-store/",
"description": "R\u00e9pertoire de mots de passe",
"name": "directory"
},
{
"default": "Oui",
"description": "Automatically pull and push changes to/from Git",
"name": "use_git",
"options": [
"Oui",
"Non"
]
},
{
"default": "",
"description": "Password of SSH key, if encrypted, for push/pull. Stored in plain text.",
"name": "ssh_password"
}
]
}