You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
706 B
JSON
25 lines
706 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.1_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.1.mpk",
|
|
"fullname": "com.micropythonos.confetti",
|
|
"version": "0.0.1",
|
|
"category": "games",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/confetti.py",
|
|
"classname": "Confetti",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|