You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
756 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|