~verzegnassi-stefano/ubuntu-terminal-app/add-font-size-example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "description": "Terminal application",
    "framework": "ubuntu-sdk-15.04.3",
    "architecture": "@CLICK_ARCH@",
    "hooks": {
        "terminal": {
            "apparmor": "terminal.apparmor",
            "desktop": "com.ubuntu.terminal.desktop"
        }
    },
    "icon": "terminal64.png",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "com.ubuntu.terminal",
    "title": "Terminal",
    "version": "0.7.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": "@AUTOPILOT_DIR@"
    }
}