~qqworini/ubuntu-rssreader-app/reboot-add-opml-support

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