Create metadata.json

pull/3711/head
hanakotaro 2025-01-09 17:32:10 -08:00 committed by GitHub
parent f2c4994db8
commit 3cce597f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
apps/ttimer/metadata.json Normal file
View File

@ -0,0 +1,14 @@
{
"id": "ttimer",
"name": "2hours Timer App",
"shortName": "ttimer",
"icon": "app.png",
"version": "0.01",
"description": "This is a description of 2hours timer app",
"tags": "",
"supports": ["BANGLEJS2"],
"storage": [
{"name": "timer.app.js", "url": "app.js"},
{"name": "timer.img", "url": "app-icon.js", "evaluate": true}
]
}