BangleApps/apps/hebrew_calendar/metadata.json

25 lines
506 B
JSON
Raw Normal View History

{
"id": "hebrew_calendar",
"name": "Hebrew Calendar",
"shortName": "HebCal",
"version": "0.06",
"description": "lists the date & holidays according to the hebrew calendar",
"icon": "app.png",
"allow_emulator": false,
"tags": "clocks,tools",
"custom": "customizer.html",
"supports": [
"BANGLEJS",
"BANGLEJS2"
],
"type": "clock",
"readme": "README.md",
"storage": [
{
"name": "hebrew_calendar.img",
"url": "app-icon.js",
"evaluate": true
}
]
}