Phyks (Lucas Verney)
905c141c13
* More logging * Using getpass in dev environment to ease passwords manipulation * Dynamic capabilities fetching for each module
20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
[
|
|
{
|
|
"id": "amazon.fr",
|
|
"name": "amazon",
|
|
"parameters": {
|
|
"website": "www.amazon.fr",
|
|
"email": "someone@example.com",
|
|
"password": "MY_AWESOME_PASSWORD"
|
|
}
|
|
},
|
|
{
|
|
"id": "freemobile",
|
|
"name": "freemobile",
|
|
"parameters": {
|
|
"login": "12345678",
|
|
"password": ""
|
|
}
|
|
}
|
|
]
|