Create metadata.json

pull/1683/head
frigis1 2022-04-03 22:47:16 -07:00 committed by GitHub
parent abd489932d
commit 9ff784a6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -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"}
]
}