Introduce project specific information for platform deployment.

Mon, 27 Apr 2015 16:27:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 27 Apr 2015 16:27:40 +0200
changeset 3
99c93abd62f2
parent 2
b3eae9afbe4c
child 4
55524a82bb97

Introduce project specific information for platform deployment.

manifest.json file | annotate | diff | comparison | revisions
     1.1 --- a/manifest.json	Mon Apr 27 16:26:44 2015 +0200
     1.2 +++ b/manifest.json	Mon Apr 27 16:27:40 2015 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  {
     1.5      "name": "com.ubuntu.developer.username.timetask",
     1.6 -    "description": "description of timetask",
     1.7 +    "description": "A simple work, task, and time tracking utility",
     1.8      "framework": "ubuntu-sdk-14.04-html",
     1.9      "architecture": "all",
    1.10 -    "title": "timetask",
    1.11 +    "title": "Time Task Tracker",
    1.12      "hooks": {
    1.13          "timetask": {
    1.14              "apparmor": "timetask.json",
    1.15 @@ -11,5 +11,5 @@
    1.16          }
    1.17      },
    1.18      "version": "0.1",
    1.19 -    "maintainer": ""
    1.20 +    "maintainer": "Michael Schloh von Bennewitz"
    1.21  }
    1.22 \ No newline at end of file

mercurial