14 lines
336 B
JSON
14 lines
336 B
JSON
{ "id": "timer",
|
||
"name": "Peter´s Timer",
|
||
"shortName":"Timer",
|
||
"icon": "app.png",
|
||
"version":"0.01",
|
||
"description": "This is Peter´s awesome timer app",
|
||
"tags": "",
|
||
"supports" : ["BANGLEJS2"],
|
||
"storage": [
|
||
{"name":"timer.app.js","url":"app.js"},
|
||
{"name":"timer.img","url":"app-icon.js","evaluate":true}
|
||
]
|
||
}
|