From 72571dba1f64230e47c59eea386761031e9300dc Mon Sep 17 00:00:00 2001 From: Jason Dekarske Date: Tue, 5 Apr 2022 11:17:55 -0700 Subject: [PATCH] wrong metadata --- apps/golfview/metadata.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/golfview/metadata.json b/apps/golfview/metadata.json index bbb221b64..9a17894f4 100644 --- a/apps/golfview/metadata.json +++ b/apps/golfview/metadata.json @@ -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} ] }