You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
691 B
JSON
25 lines
691 B
JSON
{
|
|
"name": "Launcher",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "Simple launcher to start apps.",
|
|
"long_description": "",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.3_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.3.mpk",
|
|
"fullname": "com.micropythonos.launcher",
|
|
"version": "0.0.3",
|
|
"category": "launcher",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/launcher.py",
|
|
"classname": "Launcher",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|