diff options
Diffstat (limited to 'manifest.json.in')
| -rw-r--r-- | manifest.json.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json.in b/manifest.json.in new file mode 100644 index 0000000..7d092bf --- /dev/null +++ b/manifest.json.in @@ -0,0 +1,16 @@ +{ + "name": "rockwork.mzanetti", + "description": "The clockwork for your Pebble smartwatch", + "architecture": "@CLICK_ARCH@", + "title": "RockWork", + "hooks": { + "rockwork": { + "apparmor": "rockwork/rockwork.apparmor", + "desktop": "rockwork/rockwork.desktop", + "urls": "rockwork/rockwork.url-dispatcher" + } + }, + "version": "@VERSION@", + "maintainer": "Michael Zanetti <michael_zanetti@gmx.net>", + "framework": "ubuntu-sdk-15.04.1" +} |
