aboutsummaryrefslogtreecommitdiff
path: root/appinfo.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-07-02 15:04:40 +0200
committerVictor Häggqvist <[email protected]>2014-07-02 15:04:40 +0200
commitfa1a979edfdd3ebd0ff2fe7f1d3338dd2cbe0e0b (patch)
tree28e8c0895d746bb5054ac3fd98f51e9e8ed38eac /appinfo.json
parent13e320bfe68bd457ef58f3c8b99894ff148eec18 (diff)
parent04017847b840be8c7e8c15ab9db2759deb864ec7 (diff)
Merge branch 'icon'v1.1.0
add icon
Diffstat (limited to 'appinfo.json')
-rw-r--r--appinfo.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/appinfo.json b/appinfo.json
index d6533b2..b2de3c9 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -3,13 +3,20 @@
"shortName": "Battery",
"longName": "Battery Monitor",
"companyName": "Snilius",
- "versionCode": 1,
- "versionLabel": "1.0.0",
+ "versionCode": 2,
+ "versionLabel": "1.1.0",
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
- "media": []
+ "media": [
+ {
+ "type": "png",
+ "file": "icon.png",
+ "menuIcon": true,
+ "name": "ICON"
+ }
+ ]
}
}