2023-04-21 23:51:30 +00:00
|
|
|
{
|
|
|
|
"id": "clkinfogps",
|
|
|
|
"name": "GPS Grid Ref Clockinfo",
|
|
|
|
"version":"0.01",
|
2023-04-23 17:56:17 +00:00
|
|
|
"description": "Clockinfo that displays the GPS OS Grid Reference",
|
2023-04-21 23:51:30 +00:00
|
|
|
"icon": "app.png",
|
2023-04-23 17:56:17 +00:00
|
|
|
"screenshots": [{"url":"screenshot1.png"}],
|
2023-04-21 23:51:30 +00:00
|
|
|
"type": "clkinfo",
|
|
|
|
"tags": "clkinfo,gps",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"readme":"README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"geotools","url":"geotools.js"},
|
|
|
|
{"name":"gps.clkinfo.js","url":"clkinfo.js"}
|
|
|
|
]
|
|
|
|
}
|