~nik90/ubuntu-clock-app/prep-new-design-part1

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-02-10 13:55:59 UTC
  • mfrom: (330.1.2 trunk)
  • Revision ID: krnekhelesh@gmail.com-20140210135559-lbh7qctjpz1iwqz8
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "description": "Clock application", 
3
 
    "framework": "ubuntu-sdk-13.10", 
 
2
    "description": "Clock application",
 
3
    "framework": "ubuntu-sdk-13.10",
4
4
    "hooks": {
5
5
        "clock": {
6
 
            "apparmor": "apparmor/clock.json", 
 
6
            "apparmor": "apparmor/clock.json",
7
7
            "desktop": "ubuntu-clock-app.desktop",
8
8
            "urls": "ubuntu-clock-app.url-dispatcher"
9
9
        }
10
 
    }, 
11
 
    "icon": "clock64.png", 
12
 
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>", 
13
 
    "name": "com.ubuntu.clock", 
14
 
    "title": "clock", 
 
10
    },
 
11
    "icon": "clock64.png",
 
12
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
 
13
    "name": "com.ubuntu.clock",
 
14
    "title": "clock",
15
15
    "version": "1.0"
16
16
}