diff --git a/apps.json b/apps.json index dbdc58c43..ca3065511 100644 --- a/apps.json +++ b/apps.json @@ -7,7 +7,7 @@ "storage": [ {"name":"+trex","file":"trex.json"}, {"name":"-trex","file":"trex.js"}, - {"name":"*trex","file":"trex-icon.js"} + {"name":"*trex","file":"trex-icon.js","evaluate":true} ] }, { "id": "compass", @@ -18,7 +18,7 @@ "storage": [ {"name":"+compass","file":"compass.json"}, {"name":"-compass","file":"compass.js"}, - {"name":"*compass","file":"compass-icon.js"} + {"name":"*compass","file":"compass-icon.js","evaluate":true} ] }, { "id": "clock", @@ -29,7 +29,7 @@ "storage": [ {"name":"+clock","file":"clock.json"}, {"name":"-clock","file":"clock-morphing.js"}, - {"name":"*clock","file":"clock-icon.js"} + {"name":"*clock","file":"clock-icon.js","evaluate":true} ] }, { "id": "gpstime", @@ -40,16 +40,17 @@ "storage": [ {"name":"+gpstime","file":"gpstime.json"}, {"name":"-gpstime","file":"gpstime.js"}, - {"name":"*gpstime","file":"gpstime-icon.js"} + {"name":"*gpstime","file":"gpstime-icon.js","evaluate":true} ] }, { "id": "openloc", "name": "Open Location / Plus Codes", + "icon": "openlocation.png", "description": "Convert your current GPS location to a series of characters", "tags": "tool,outdoors", "storage": [ {"name":"+openloc","file":"openlocation.json"}, - {"name":"-openloc","file":"openlocation.js"} + {"name":"-openloc","file":"openlocation.js","evaluate":true} ] }, { "id": "speedo", @@ -60,7 +61,7 @@ "storage": [ {"name":"+speedo","file":"speedo.json"}, {"name":"-speedo","file":"speedo.js"}, - {"name":"*speedo","file":"speedo-icon.js"} + {"name":"*speedo","file":"speedo-icon.js","evaluate":true} ] }, { "id": "slevel", @@ -71,7 +72,7 @@ "storage": [ {"name":"+slevel","file":"spiritlevel.json"}, {"name":"-slevel","file":"spiritlevel.js"}, - {"name":"*slevel","file":"spiritlevel-icon.js"} + {"name":"*slevel","file":"spiritlevel-icon.js","evaluate":true} ] } ] diff --git a/apps/clock-morphing.png b/apps/clock-morphing.png new file mode 100644 index 000000000..88665ca3f Binary files /dev/null and b/apps/clock-morphing.png differ diff --git a/apps/gpstime.png b/apps/gpstime.png new file mode 100644 index 000000000..c5ed083ae Binary files /dev/null and b/apps/gpstime.png differ diff --git a/apps/openlocation.png b/apps/openlocation.png new file mode 100644 index 000000000..254efadbf Binary files /dev/null and b/apps/openlocation.png differ diff --git a/apps/speedo.png b/apps/speedo.png new file mode 100644 index 000000000..705adae30 Binary files /dev/null and b/apps/speedo.png differ diff --git a/apps/spiritlevel.png b/apps/spiritlevel.png new file mode 100644 index 000000000..bd2f5b645 Binary files /dev/null and b/apps/spiritlevel.png differ