2023-08-01 20:27:18 +00:00
|
|
|
{ "id": "sixths",
|
|
|
|
"name": "Sixth sense",
|
2024-05-28 11:17:51 +00:00
|
|
|
"version": "0.04",
|
2023-08-01 20:27:18 +00:00
|
|
|
"description": "Clock for outdoor use with GPS support",
|
|
|
|
"icon": "app.png",
|
|
|
|
"readme": "README.md",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
2023-11-03 15:20:12 +00:00
|
|
|
"allow_emulator": true,
|
2023-10-12 12:22:43 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
2023-08-01 20:27:18 +00:00
|
|
|
"storage": [
|
2023-11-03 15:20:12 +00:00
|
|
|
{"name":"sixths.app.js","url":"sixths.app.js"},
|
2023-08-01 20:27:18 +00:00
|
|
|
{"name":"sixths.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|