~ahayzen/ubuntu-weather-app/reboot-home-page

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: Andrew Hayzen
  • Date: 2015-01-22 21:56:55 UTC
  • Revision ID: ahayzen@gmail.com-20150122215655-1wazg780sa1egwde
* Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "architecture": "@CLICK_ARCH@",
 
3
    "description": "A weather forecast application for Ubuntu with support for multiple online weather data sources",
 
4
    "framework": "ubuntu-sdk-14.10",
 
5
    "hooks": {
 
6
        "weather": {
 
7
            "apparmor": "weather.apparmor",
 
8
            "desktop": "@DESKTOP_FILE@"
 
9
        }
 
10
    },
 
11
    "icon": "@ICON@",
 
12
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
 
13
    "name": "@PROJECT_NAME@",
 
14
    "title": "Weather",
 
15
    "version": "2.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
    }
 
23
}