BangleApps/apps/mylocation/metadata.json

19 lines
607 B
JSON
Raw Normal View History

{ "id": "mylocation",
"name": "My Location",
"shortName":"My Location",
"icon": "app.png",
"type": "settings",
"screenshots": [{"url":"screenshot_1.png"}],
"version":"0.07",
"description": "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README",
"readme": "README.md",
"tags": "tool,utility",
"supports": ["BANGLEJS", "BANGLEJS2"],
"storage": [
{"name":"mylocation.settings.js","url":"settings.js"}
],
"data": [
{"name":"mylocation.json"}
]
}