1
0
Fork 0

wrong metadata

master
Jason Dekarske 2022-04-05 11:17:55 -07:00
parent 789fc3d467
commit 72571dba1f
1 changed files with 6 additions and 5 deletions

View File

@ -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}
]
}