Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.confetti/META-INF/MANIFEST.JSON
T
2026-01-25 18:35:10 +01:00

25 lines
713 B
JSON

{
"name": "Confetti",
"publisher": "MicroPythonOS",
"short_description": "Just shows confetti",
"long_description": "Nothing special, just a demo.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.4_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.4.mpk",
"fullname": "com.micropythonos.confetti",
"version": "0.0.4",
"category": "games",
"activities": [
{
"entrypoint": "assets/confetti_app.py",
"classname": "ConfettiApp",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}