1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | {
"name": "com.ubuntu.developer.reavsoft.livetouch",
"description": "Mp3 downloader and player with chaching and filtering.",
"architecture": "@CLICK_ARCH@",
"title": "LiveShuffle",
"hooks": {
"LiveTouch": {
"apparmor": "LiveTouch/LiveTouch.apparmor",
"desktop": "LiveTouch/LiveTouch.desktop"
}
},
"version": "0.1.1",
"maintainer": "Claudio Desideri <happy.snizzo@gmail.com>",
"framework": "ubuntu-sdk-15.04"
}
|