Files
2026-03-18 12:02:13 +01:00

24 lines
692 B
JSON

{
"name": "HowTo",
"publisher": "MicroPythonOS",
"short_description": "Welcomes the user and gives a few pointers on how to control and use MicroPythonOS.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/icons/com.micropythonos.howto_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/mpks/com.micropythonos.howto_0.0.1.mpk",
"fullname": "com.micropythonos.howto",
"version": "0.0.1",
"category": "help",
"activities": [
{
"entrypoint": "assets/howto.py",
"classname": "HowTo",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}