~dpm/ubuntu-weather-app/minor-weather-api-improv

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: David Planella
  • Date: 2014-02-15 10:46:55 UTC
  • mfrom: (189.1.3 wchannel)
  • Revision ID: david.planella@ubuntu.com-20140215104655-853j2v2yg13aaxde
Merged from the latest changes in the TWC client branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "description": "Weather application",
3
3
    "framework": "ubuntu-sdk-13.10",
4
4
    "hooks": {
5
 
        "weather": {
6
 
            "apparmor": "apparmor/weather.json",
7
 
            "desktop": "ubuntu-weather-app.desktop"
 
5
        "@APP_NAME@": {
 
6
            "apparmor": "apparmor.json",
 
7
            "desktop": "@DESKTOP_FILE@",
 
8
            "urls": "@URLS_FILE@"
8
9
        }
9
10
    },
10
 
    "icon": "weather64.png",
 
11
    "icon": "@ICON@",
11
12
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12
 
    "name": "com.ubuntu.weather",
 
13
    "name": "@PROJECT_NAME@",
13
14
    "title": "weather",
14
 
    "version": "1.0"
 
15
    "version": "1.0.@BZR_REVNO@",
 
16
    "x-source": {
 
17
        "vcs-bzr": "@BZR_SOURCE@",
 
18
        "vcs-bzr-revno": "@BZR_REVNO@"
 
19
    },
 
20
    "x-test": {
 
21
        "autopilot": "@AUTOPILOT_DIR@"
 
22
    }
15
23
}