aboutsummaryrefslogtreecommitdiff
path: root/appinfo.json
diff options
context:
space:
mode:
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"
+ }
+ ]
}
}