Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.draw/META-INF/MANIFEST.JSON
T
2025-11-14 23:03:11 +01:00

25 lines
680 B
JSON

{
"name": "Draw",
"publisher": "MicroPythonOS",
"short_description": "Simple drawing app",
"long_description": "Draw simple shapes on the screen.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.3.mpk",
"fullname": "com.micropythonos.draw",
"version": "0.0.3",
"category": "graphics",
"activities": [
{
"entrypoint": "assets/draw.py",
"classname": "Draw",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}