~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Michael Sheldon
  • Date: 2015-01-04 10:20:41 UTC
  • Revision ID: michael.sheldon@canonical.com-20150104102041-7ywa80x963eqppeb
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name": "@APP_ID@",
 
3
    "description": "Podcast manager",
 
4
    "architecture": "@CLICK_ARCH@",
 
5
    "title": "@APP_NAME@",
 
6
    "hooks": {
 
7
        "Podbird": {
 
8
            "apparmor": "Podbird.apparmor",
 
9
            "desktop": "Podbird.desktop"
 
10
        }
 
11
    },
 
12
    "version": "0.1",
 
13
    "maintainer": "Michael Sheldon <mike@mikeasoft.com>",
 
14
    "framework": "ubuntu-sdk-14.10"
 
15
}