~qqworini/aesydict/knowndict-master

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Joey Chan
  • Date: 2015-02-15 03:17:55 UTC
  • Revision ID: qqworini@gmail.com-20150215031755-q4ozkh6kbp5gv5cq
initial branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name": "@APP_ID@",
 
3
    "description": "description of aesydict",
 
4
    "architecture": "@CLICK_ARCH@",
 
5
    "title": "@APP_NAME@",
 
6
    "hooks": {
 
7
        "AesyDict": {
 
8
            "apparmor": "AesyDict.apparmor",
 
9
            "desktop":  "AesyDict.desktop"
 
10
        }
 
11
    },
 
12
    "version": "0.1",
 
13
    "maintainer": "Joey Chan <qqworini@gmail.com>",
 
14
    "framework" : "ubuntu-sdk-14.10"
 
15
}
 
16
 
 
17