forked from FOSS/BangleApps
21 lines
638 B
JSON
21 lines
638 B
JSON
{
|
|
"id": "ffcniftyapp",
|
|
"name": "Nifty-A Clock ++",
|
|
"version": "0.02",
|
|
"description": "A nifty clock with time and date and more",
|
|
"dependencies": {"weather":"app"},
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot_niftyapp.png"}],
|
|
"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"}]
|
|
}
|