pantalaimon-ut/manifest.json.in

16 lines
485 B
JSON
Raw Permalink Normal View History

2020-07-14 00:59:16 +00:00
{
"name": "pantalaimon.thrrgilag",
"description": "End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch",
"architecture": "@CLICK_ARCH@",
2020-07-26 01:44:24 +00:00
"title": "@APP_NAME@",
2020-07-14 00:59:16 +00:00
"hooks": {
"pantalaimon": {
"apparmor": "pantalaimon.apparmor",
"desktop": "pantalaimon.desktop"
}
},
2020-07-26 01:44:24 +00:00
"version": "@APP_VERSION@",
2020-07-14 00:59:16 +00:00
"maintainer": "Morgan McMillian <thrrgilag@dreamfall.space>",
"framework" : "ubuntu-sdk-16.04"
}