Add presentor to the banglejs app repository.

master
7kasper 2021-12-26 17:57:56 +01:00 committed by GitHub
parent 1bac672658
commit 6a25e7901f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -5062,5 +5062,22 @@
{"name":"ltherm.app.js","url":"app.js"}, {"name":"ltherm.app.js","url":"app.js"},
{"name":"ltherm.img","url":"icon.js","evaluate":true} {"name":"ltherm.img","url":"icon.js","evaluate":true}
] ]
},
{
"id": "presentor",
"name": "Presentor",
"version": "2.1",
"description": "Use your Bangle to present!",
"icon": "app.png",
"type": "app",
"tags": "tool,outdoors",
"interface": "interface.html",
"readme":"README.md",
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"presentor.app.js","url":"app.js"},
{"name":"presentor.img","url":"app-icon.js","evaluate":true}
]
} }
] ]