~mpredotka/mini-maker/MiniMakerFA

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Michal Predotka
  • Date: 2016-06-22 21:54:31 UTC
  • Revision ID: mpredotka@gmail.com-20160622215431-tqyb17nda9nkkhu3
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name": "minimakerff.mivoligo",
 
3
    "description": "description of MiniMakerFF",
 
4
    "architecture": "@CLICK_ARCH@",
 
5
    "title": "MiniMakerFF",
 
6
    "hooks": {
 
7
        "MiniMakerFF": {
 
8
            "apparmor": "MiniMakerFF/MiniMakerFF.apparmor",
 
9
            "desktop":  "MiniMakerFF/MiniMakerFF.desktop"
 
10
        }
 
11
    },
 
12
    "version": "0.1",
 
13
    "maintainer": "Michal Predotka <mpredotka@gmail.com>",
 
14
    "framework" : "ubuntu-sdk-15.04.5"
 
15
}
 
16
 
 
17