gPass/firefox_addon/package.json

27 lines
664 B
JSON
Raw Normal View History

2013-10-09 20:47:43 +02:00
{
"name": "gpass",
"fullName": "gPass",
"id": "jid1-eNs887pPJU8aNg",
"description": "gPass : global password manager",
"author": "Grégory Soutadé",
"license": "GNU GPL v3",
"version": "0.5.1",
"preferences": [
{
2013-10-09 20:47:43 +02:00
"name": "account_url",
"title": "Account URL",
"description": "URL of your gPass account",
"type": "string",
"value": "http://gpass-demo.soutade.fr/demo"
},
{
"name": "pkdbf2_level",
"title": "PKDBF2 Level",
"description": "Number of iterations used to derivate master key",
"type": "integer",
"value": 1000,
"hidden" : true
}
]
2013-10-09 20:47:43 +02:00
}