battling custom page on apploader
parent
a96710f165
commit
ac1a7e13a8
|
|
@ -0,0 +1 @@
|
||||||
|
require("heatshrink").decompress(atob("mEwwJC/AH4A/AH4AgA=="))
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
"version":"0.01",
|
"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)",
|
"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",
|
"icon": "golfview.png",
|
||||||
"tags": "outdoors",
|
"tags": "outdoors, gps",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"interface": "index.html",
|
"custom": "custom.html",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"golfview.app.js","url":"golfview.js"},
|
{"name":"golfview.app.js","url":"golfview.js"},
|
||||||
{"name":"golfview.img","url":"app-icon.js","evaluate":true}
|
{"name":"golfview.img","url":"app-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue