1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Initial Commit : 0.0.1

This commit is contained in:
2019-09-20 21:29:39 +02:00
commit 2a8c72f8d0
65 changed files with 3486 additions and 0 deletions

16
manifest.json.in Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
},
"version": "0.0.1",
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
"framework" : "ubuntu-sdk-16.04"
}