~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Riccardo Padovani
  • Date: 2014-11-10 09:28:27 UTC
  • Revision ID: riccardo@rpadovani.com-20141110092827-9pj07nom3u4s278g
Starting a new adventure, yeah!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "architecture": "@CLICK_ARCH@",
 
3
    "description": "description of ubuntu-calculator-app",
 
4
    "framework": "ubuntu-sdk-14.10-dev2",
 
5
    "hooks": {
 
6
        "ubuntu-calculator-app": {
 
7
            "apparmor": "ubuntu-calculator-app.apparmor",
 
8
            "desktop": "ubuntu-calculator-app.desktop"
 
9
        }
 
10
    },
 
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
 
12
    "name": "com.ubuntu.calculator",
 
13
    "title": "ubuntu-calculator-app",
 
14
    "version": "0.1"
 
15
}