UTPassMirror/manifest.json.in

16 lines
446 B
JSON
Raw Permalink Normal View History

2019-03-13 18:38:12 +00:00
{
"name": "utpass.qrouland",
2019-03-22 16:40:44 +00:00
"description": "A Ubuntu Touch password management app aiming to be compatible with pass",
2019-03-13 18:38:12 +00:00
"architecture": "@CLICK_ARCH@",
"title": "UTPass",
"hooks": {
"UTPass": {
"apparmor": "UTPass.apparmor",
"desktop": "UTPass.desktop"
}
},
"version": "0.0.1",
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
"framework" : "ubuntu-sdk-16.04"
}