1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-01-24 15:46:40 +00:00
UTPass/manifest.json.in

17 lines
514 B
JSON
Raw Normal View History

2019-09-20 21:29:39 +02:00
{
"name": "utpass.qrouland",
"description": "A Ubuntu Touch password management app aiming to be compatible with pass",
"architecture": "@CLICK_ARCH@",
"title": "UTPass",
"hooks": {
"UTPass": {
"apparmor": "UTPass.apparmor",
"desktop": "UTPass.desktop",
"content-hub": "UTPass.contenthub"
}
},
2019-09-21 21:20:07 +02:00
"version": "0.0.3-dev",
2019-09-20 21:29:39 +02:00
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
"framework" : "ubuntu-sdk-20.04"
2019-09-20 21:29:39 +02:00
}