Files
Thomas Farstrike 0d799394cf Increment versions
2026-02-10 22:42:10 +01:00

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.1.2_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.1.2.mpk",
"fullname": "com.micropythonos.launcher",
"version": "0.1.2",
"category": "launcher",
"activities": [
{
"entrypoint": "assets/launcher.py",
"classname": "Launcher",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}