forked from FOSS/BangleApps
Update apps.json
parent
f5cb37caad
commit
7d2999867a
15
apps.json
15
apps.json
|
@ -4216,6 +4216,21 @@
|
|||
],
|
||||
"data": [{ "name": "qalarm.json" }]
|
||||
},
|
||||
{
|
||||
"id": "emojuino",
|
||||
"name": "Emojuino",
|
||||
"shortName": "Emojuino",
|
||||
"version": "0.01",
|
||||
"description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.",
|
||||
"icon": "emojuino.png",
|
||||
"tags": "emoji",
|
||||
"supports" : [ "BANGLEJS2" ],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{ "name": "emojuino.app.js", "url": "emojuino.js" },
|
||||
{ "name": "emojuino.img", "url": "emojuino-icon.js", "evaluate": true }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "authentiwatch",
|
||||
"name": "2FA Authenticator",
|
||||
|
|
Loading…
Reference in New Issue