Mylocation - renamed source files to preferred standard

master
hughbarney 2022-04-22 21:59:13 +01:00
parent 21243f5f76
commit 4d5cc23d44
4 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,7 +1,7 @@
{ "id": "mylocation", { "id": "mylocation",
"name": "My Location", "name": "My Location",
"shortName":"My Location", "shortName":"My Location",
"icon": "mylocation.png", "icon": "app.png",
"type": "app", "type": "app",
"screenshots": [{"url":"screenshot_1.png"}], "screenshots": [{"url":"screenshot_1.png"}],
"version":"0.05", "version":"0.05",
@ -10,8 +10,8 @@
"tags": "tool,utility", "tags": "tool,utility",
"supports": ["BANGLEJS", "BANGLEJS2"], "supports": ["BANGLEJS", "BANGLEJS2"],
"storage": [ "storage": [
{"name":"mylocation.app.js","url":"mylocation.app.js"}, {"name":"mylocation.app.js","url":"app.js"},
{"name":"mylocation.img","url":"mylocation.icon.js","evaluate": true } {"name":"mylocation.img","url":"icon.js","evaluate": true }
], ],
"data": [ "data": [
{"name":"mylocation.json"} {"name":"mylocation.json"}