Create metadata.json
parent
abd489932d
commit
9ff784a6d1
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"id": "noteify",
|
||||||
|
"name": "Noteify",
|
||||||
|
"version": "0.01",
|
||||||
|
"description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.",
|
||||||
|
"icon": "app.png",
|
||||||
|
"allow_emulator": true,
|
||||||
|
"tags": "tool,alarm",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"noteify.app.js","url":"app.js"},
|
||||||
|
{"name":"noteify.img","url":"app-icon.js","evaluate":true},
|
||||||
|
],
|
||||||
|
"data": [{"name":"noteify.json"}],
|
||||||
|
"screenshots": [
|
||||||
|
{"url": "menu.png"},
|
||||||
|
{"url": "keypad.png"},
|
||||||
|
{"url": "note.png"},
|
||||||
|
{"url": "timer-alert.png"}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue