forked from FOSS/BangleApps
15 lines
486 B
JSON
15 lines
486 B
JSON
{
|
|
"id": "osgridref",
|
|
"name": "Ordnance Survey Grid Reference",
|
|
"shortName": "OS Grid ref",
|
|
"version": "0.01",
|
|
"description": "Displays the UK Ordnance Survey grid reference of your current GPS location. Useful when in the United Kingdom with an Ordnance Survey map",
|
|
"icon": "app.png",
|
|
"tags": "outdoors,gps",
|
|
"supports": ["BANGLEJS"],
|
|
"storage": [
|
|
{"name":"osgridref.app.js","url":"app.js"},
|
|
{"name":"osgridref.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|