1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-23 07:16:45 +02:00
keeweb-plugins/tmpl/manifest.json
2020-05-01 18:47:08 +02:00

22 lines
460 B
JSON

{
"version": "1.0.0",
"manifestVersion": "0.1.0",
"name": "language-{name_ascii}",
"description": "{name_en} language",
"author": {
"name": "KeeWeb",
"email": "antelle.net@gmail.com",
"url": "https://keeweb.info"
},
"license": "MIT",
"url": "https://plugins.keeweb.info/translations?lang={lang}",
"resources": {
"loc": "{signature}"
},
"locale": {
"name": "{lang}",
"title": "{name}"
},
"publicKey": "{key}"
}