~verzegnassi-stefano/ubuntu-docviewer-app/lo-plugin-prototype

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "com.ubuntu.docviewer",
    "title": "Document Viewer",
    "description": "Document Viewer application for Ubuntu devices",
    "framework": "ubuntu-sdk-14.10",
    "architecture": "@CLICK_ARCH@",
    "icon": "@ICON@",
    "hooks": {
        "docviewer": {
            "apparmor": "docviewer.apparmor",
            "desktop": "com.ubuntu.docviewer.desktop",
            "content-hub": "docviewer-content.json",
            "urls": "@URLS_FILE@"
        }
    },
    "version": "0.3.@BZR_REVNO@",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": "@AUTOPILOT_DIR@"
    }
}