You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
711 B
JSON
25 lines
711 B
JSON
|
|
{
|
||
|
|
"name": "HelloWorld",
|
||
|
|
"publisher": "MicroPythonOS",
|
||
|
|
"short_description": "Minimal app",
|
||
|
|
"long_description": "Demonstrates the simplest app.",
|
||
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.2_64x64.png",
|
||
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.2.mpk",
|
||
|
|
"fullname": "com.micropythonos.helloworld",
|
||
|
|
"version": "0.0.2",
|
||
|
|
"category": "development",
|
||
|
|
"activities": [
|
||
|
|
{
|
||
|
|
"entrypoint": "assets/hello.py",
|
||
|
|
"classname": "Hello",
|
||
|
|
"intent_filters": [
|
||
|
|
{
|
||
|
|
"action": "main",
|
||
|
|
"category": "launcher"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|