2025-06-09 16:00:38 +02:00
|
|
|
{
|
|
|
|
|
"name": "HelloWorld",
|
|
|
|
|
"publisher": "MicroPythonOS",
|
|
|
|
|
"short_description": "Minimal app",
|
|
|
|
|
"long_description": "Demonstrates the simplest app.",
|
2026-01-27 16:31:02 +01:00
|
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.5_64x64.png",
|
|
|
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.5.mpk",
|
2025-06-09 16:00:38 +02:00
|
|
|
"fullname": "com.micropythonos.helloworld",
|
2026-01-27 16:31:02 +01:00
|
|
|
"version": "0.0.5",
|
2025-06-09 16:00:38 +02:00
|
|
|
"category": "development",
|
|
|
|
|
"activities": [
|
|
|
|
|
{
|
|
|
|
|
"entrypoint": "assets/hello.py",
|
|
|
|
|
"classname": "Hello",
|
|
|
|
|
"intent_filters": [
|
|
|
|
|
{
|
|
|
|
|
"action": "main",
|
|
|
|
|
"category": "launcher"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|