Files
Thomas Farstrike 74013b90d7 Increment version
2026-02-10 22:39:47 +01:00

25 lines
756 B
JSON

{
"name": "About",
"publisher": "MicroPythonOS",
"short_description": "Info about MicroPythonOS",
"long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.1.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.1.1.mpk",
"fullname": "com.micropythonos.about",
"version": "0.1.1",
"category": "development",
"activities": [
{
"entrypoint": "assets/about.py",
"classname": "About",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}