master
Michael Salaverry 2021-12-03 18:19:52 +02:00
parent c20a52ea6c
commit e9f2346504
No known key found for this signature in database
GPG Key ID: 438AB878C0FB04CC
2 changed files with 24 additions and 14 deletions

View File

@ -29,6 +29,30 @@
],
"sortorder": -10
},
{
"id": "hebrewCalendar",
"name": "Hebrew Calendar",
"shortName": "HebCal",
"version": "0.01",
"description": "lists the date according to the hebrew calendar",
"icon": "app.png",
"tags": "",
"supports": [
"BANGLEJS2"
],
"readme": "README.md",
"storage": [
{
"name": "hebrewCalendar.app.js",
"url": "app.js"
},
{
"name": "hebrewCalendar.img",
"url": "app-icon.js",
"evaluate": true
}
]
},
{
"id": "messages",
"name": "Messages",

View File

@ -1,14 +0,0 @@
{ "id": "hebrewCalendar",
"name": "Hebrew Calendar",
"shortName":"HebCal",
"version":"0.01",
"description": "lists the date according to the hebrew calendar",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"hebrewCalendar.app.js","url":"app.js"},
{"name":"hebrewCalendar.img","url":"app-icon.js","evaluate":true}
]
}