mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-08 16:52:40 +00:00
16 lines
445 B
JSON
16 lines
445 B
JSON
{
|
|
"name": "utpass.qrouland",
|
|
"description": "A password management app for Ubuntu Touch aiming to be compatible with",
|
|
"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"
|
|
}
|