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