Mylocation - renamed source files to preferred standard
parent
21243f5f76
commit
4d5cc23d44
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -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"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue