~verzegnassi-stefano/+junk/ubuntu-terminal-app-uitk13

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Filippo Scognamiglio
  • Date: 2014-10-25 04:42:31 UTC
  • Revision ID: flscogna@gmail.com-20141025044231-javjhusbqa171127
Initial reboot commit.

Show diffs side-by-side

added added

removed removed

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