~dobey/ubuntu-printing-app/add-notifier-daemon

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Rodney Dawes
  • Date: 2017-03-17 17:55:52 UTC
  • mfrom: (23.2.3 ubuntu-printing-app)
  • Revision ID: rodney.dawes@canonical.com-20170317175552-267wu0f58hf7mzbz
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "name": "ubuntu-printing-app",
3
 
    "description": "A basic printing app for Ubuntu",
4
 
    "architecture": "@CLICK_ARCH@",
5
 
    "title": "ubuntu-printing-app",
6
 
    "hooks": {
7
 
        "ubuntu-printing-app": {
8
 
            "apparmor": "ubuntu-printing-app/ubuntu-printing-app.apparmor",
9
 
            "content-hub": "ubuntu-printing-app/ubuntu-printing-app-content-hub.json",
10
 
            "desktop": "ubuntu-printing-app/ubuntu-printing-app.desktop"
11
 
        }
12
 
    },
13
 
    "version": "0.1",
14
 
    "maintainer": "Andrew Hayzen <ahayzen@gmail.com>",
15
 
    "framework": "ubuntu-sdk-15.04.6"
16
 
}