Update apps.json

master
Ronin0000 2021-11-21 18:15:40 -08:00 committed by GitHub
parent 8981aa3f61
commit 7c74c5d43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -4307,5 +4307,22 @@
{"name":"binwatch.app.js","url":"app.js"},
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
]
},
{ "id": "schoolCalendar",
"name": "School Calendar",
"shortName":"SCalendar",
"icon": "CalenderLogo.png",
"version": "beta1",
"description": "A simple calendar that you can see your upcoming events that you create in the customizer. Keep in note that your events reapeat weekly.(Beta)",
"tags": "tool",
"readme": "README.md",
"custom":"custom.html",
"storage": [
{"name":"schoolCalendar.app.js"},
{"name":"schoolCalendar.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"app.json"}
]
}
]