forked from FOSS/BangleApps
wrong metadata
parent
789fc3d467
commit
72571dba1f
|
@ -1,14 +1,15 @@
|
|||
{ "id": "glfview",
|
||||
{ "id": "golfview",
|
||||
"name": "Golf View",
|
||||
"version":"0.01",
|
||||
"description": "This app will provide you with on course data to support your golf game! All information comes from OpenStreetMap. Please contribute by drawing your course using these guidelines: [guidelines](guidelines.com)",
|
||||
"icon": "golfview.png",
|
||||
"tags": "",
|
||||
"tags": "outdoors",
|
||||
"allow_emulator": true,
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"custom": "index.html",
|
||||
"interface": "index.html",
|
||||
"storage": [
|
||||
{"name":"glfview.app.js","url":"golfview.js"},
|
||||
{"name":"glfview.img","url":"golfview-icon.js","evaluate":true}
|
||||
{"name":"golfview.app.js","url":"golfview.js"},
|
||||
{"name":"golfview.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue