~chris.gagnon/ubuntu-calendar-app/fix_1293489

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Kunal Parmar
  • Date: 2014-01-11 05:59:53 UTC
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: pkunal.parmar@gmail.com-20140111055953-paqplodpu1af466y
Month Component highlight fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "description": "Calendar application for Ubuntu devices",
 
2
    "architecture": "all",
 
3
    "description": "description of calendar-app",
3
4
    "framework": "ubuntu-sdk-13.10",
4
5
    "hooks": {
5
 
        "calendar": {
6
 
            "apparmor": "apparmor/calendar.json",
 
6
        "calendar-app": {
 
7
            "apparmor": "calendar-app.json",
7
8
            "desktop": "calendar-app.desktop"
8
9
        }
9
10
    },
10
 
    "icon": "calendar64.png",
11
 
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12
 
    "name": "com.ubuntu.calendar",
13
 
    "title": "calendar",
14
 
    "version": "0.4"
 
11
    "maintainer": "Kunal Parmar <pkunal.parmar@gmail.com>",
 
12
    "name": "com.ubuntu.developer.pkunal-parmar.calendar-app",
 
13
    "title": "calendar-app",
 
14
    "version": "0.1"
15
15
}