~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Fabio Colella
  • Date: 2014-09-12 21:56:55 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: fcole90@gmail.com-20140912215655-968grgm5umkedh0z
Corrected minor difference on the lines of the icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "name": "com.ubuntu.docviewer",
3
 
    "title": "Document Viewer",
4
2
    "description": "Document Viewer application for Ubuntu devices",
5
 
    "framework": "ubuntu-sdk-14.10-qml-dev3",
6
 
    "architecture": "@CLICK_ARCH@",
7
 
    "icon": "@ICON@",
 
3
    "framework": "ubuntu-sdk-13.10",
8
4
    "hooks": {
9
 
        "docviewer": {
10
 
            "apparmor": "docviewer.apparmor",
11
 
            "desktop": "com.ubuntu.docviewer.desktop",
12
 
        "content-hub": "docviewer-content.json"
 
5
        "ubuntu-docviewer-app": {
 
6
            "apparmor": "ubuntu-docviewer-app.json",
 
7
            "desktop": "ubuntu-docviewer-app.desktop"
13
8
        }
14
9
    },
15
 
    "version": "0.1.@BZR_REVNO@",
16
 
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
17
 
    "x-source": {
18
 
        "vcs-bzr": "@BZR_SOURCE@",
19
 
        "vcs-bzr-revno": "@BZR_REVNO@"
20
 
    },
21
 
    "x-test": {
22
 
        "autopilot": "@AUTOPILOT_DIR@"
23
 
    }
 
10
    "maintainer": "Granger Anthony <grangeranthony@gmail.com>",
 
11
    "name": "com.ubuntu.ubuntu-docviewer-app",
 
12
    "title": "Docviewer",
 
13
    "version": "0.1"
24
14
}