diff --git a/apps.json b/apps.json index a312b90a3..5320aaef5 100644 --- a/apps.json +++ b/apps.json @@ -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", diff --git a/apps/hebrew_calendar/add_to_apps.json b/apps/hebrew_calendar/add_to_apps.json deleted file mode 100644 index 49170c6ae..000000000 --- a/apps/hebrew_calendar/add_to_apps.json +++ /dev/null @@ -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} - ] -}