mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"name": "Calendar",
|
|
"publisher": "Pavel Machek",
|
|
"short_description": "Calendar",
|
|
"long_description": "Simple calendar app.",
|
|
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.calendar/icons/cz.ucw.pavel.calendar_0.0.1_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.calendar/mpks/cz.ucw.pavel.calendar_0.0.1.mpk",
|
|
"fullname": "cz.ucw.pavel.calendar",
|
|
"version": "0.0.1",
|
|
"category": "utilities",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/main.py",
|
|
"classname": "Main",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|