mirror of
https://github.com/QRouland/UTPass.git
synced 2025-01-10 01:18:47 +00:00
16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"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"
|
|
}
|
|
},
|
|
"version": "0.0.1",
|
|
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
|
|
"framework" : "ubuntu-sdk-16.04"
|
|
}
|