1
0
Fork 0

add icons

master
Gordon Williams 2019-11-03 11:13:03 +00:00
parent 532d2d3695
commit d769d27fbd
6 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,7 @@
"storage": [ "storage": [
{"name":"+trex","file":"trex.json"}, {"name":"+trex","file":"trex.json"},
{"name":"-trex","file":"trex.js"}, {"name":"-trex","file":"trex.js"},
{"name":"*trex","file":"trex-icon.js"} {"name":"*trex","file":"trex-icon.js","evaluate":true}
] ]
}, },
{ "id": "compass", { "id": "compass",
@ -18,7 +18,7 @@
"storage": [ "storage": [
{"name":"+compass","file":"compass.json"}, {"name":"+compass","file":"compass.json"},
{"name":"-compass","file":"compass.js"}, {"name":"-compass","file":"compass.js"},
{"name":"*compass","file":"compass-icon.js"} {"name":"*compass","file":"compass-icon.js","evaluate":true}
] ]
}, },
{ "id": "clock", { "id": "clock",
@ -29,7 +29,7 @@
"storage": [ "storage": [
{"name":"+clock","file":"clock.json"}, {"name":"+clock","file":"clock.json"},
{"name":"-clock","file":"clock-morphing.js"}, {"name":"-clock","file":"clock-morphing.js"},
{"name":"*clock","file":"clock-icon.js"} {"name":"*clock","file":"clock-icon.js","evaluate":true}
] ]
}, },
{ "id": "gpstime", { "id": "gpstime",
@ -40,16 +40,17 @@
"storage": [ "storage": [
{"name":"+gpstime","file":"gpstime.json"}, {"name":"+gpstime","file":"gpstime.json"},
{"name":"-gpstime","file":"gpstime.js"}, {"name":"-gpstime","file":"gpstime.js"},
{"name":"*gpstime","file":"gpstime-icon.js"} {"name":"*gpstime","file":"gpstime-icon.js","evaluate":true}
] ]
}, },
{ "id": "openloc", { "id": "openloc",
"name": "Open Location / Plus Codes", "name": "Open Location / Plus Codes",
"icon": "openlocation.png",
"description": "Convert your current GPS location to a series of characters", "description": "Convert your current GPS location to a series of characters",
"tags": "tool,outdoors", "tags": "tool,outdoors",
"storage": [ "storage": [
{"name":"+openloc","file":"openlocation.json"}, {"name":"+openloc","file":"openlocation.json"},
{"name":"-openloc","file":"openlocation.js"} {"name":"-openloc","file":"openlocation.js","evaluate":true}
] ]
}, },
{ "id": "speedo", { "id": "speedo",
@ -60,7 +61,7 @@
"storage": [ "storage": [
{"name":"+speedo","file":"speedo.json"}, {"name":"+speedo","file":"speedo.json"},
{"name":"-speedo","file":"speedo.js"}, {"name":"-speedo","file":"speedo.js"},
{"name":"*speedo","file":"speedo-icon.js"} {"name":"*speedo","file":"speedo-icon.js","evaluate":true}
] ]
}, },
{ "id": "slevel", { "id": "slevel",
@ -71,7 +72,7 @@
"storage": [ "storage": [
{"name":"+slevel","file":"spiritlevel.json"}, {"name":"+slevel","file":"spiritlevel.json"},
{"name":"-slevel","file":"spiritlevel.js"}, {"name":"-slevel","file":"spiritlevel.js"},
{"name":"*slevel","file":"spiritlevel-icon.js"} {"name":"*slevel","file":"spiritlevel-icon.js","evaluate":true}
] ]
} }
] ]

BIN
apps/clock-morphing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
apps/gpstime.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
apps/openlocation.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
apps/speedo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
apps/spiritlevel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB