2024-07-02 14:43:26 +00:00
|
|
|
{
|
|
|
|
"id": "ffcniftyapp",
|
|
|
|
"name": "Nifty-A Clock ++",
|
2024-07-24 12:21:15 +00:00
|
|
|
"version": "0.02",
|
2024-07-02 14:43:26 +00:00
|
|
|
"description": "A nifty clock with time and date and more",
|
|
|
|
"dependencies": {"weather":"app"},
|
|
|
|
"icon": "app.png",
|
2024-07-02 14:57:54 +00:00
|
|
|
"screenshots": [{"url":"screenshot_niftyapp.png"}],
|
2024-07-02 14:43:26 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"ffcniftyapp.app.js","url":"app.js"},
|
|
|
|
{"name":"ffcniftyapp.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"ffcniftyapp.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data": [{"name":"ffcniftyapp.json"}]
|
|
|
|
}
|