BangleApps/apps/hamloc/metadata.json

16 lines
480 B
JSON
Raw Permalink Normal View History

{
"id": "hamloc",
"name": "QTH Locator / Maidenhead Locator System",
"shortName": "QTH Locator",
"version": "0.02",
"description": "Convert your current GPS location to the Maidenhead locator system used by HAM amateur radio operators",
"icon": "app.png",
"tags": "tool,outdoors,gps",
"supports": ["BANGLEJS"],
"readme": "README.md",
"storage": [
{"name":"hamloc.app.js","url":"app.js"},
{"name":"hamloc.img","url":"app-icon.js","evaluate":true}
]
}