Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.showbattery/META-INF/MANIFEST.JSON
T
Thomas Farstrike 024bb713f5 Update version
2026-02-16 21:53:25 +01:00

25 lines
730 B
JSON

{
"name": "ShowBattery",
"publisher": "MicroPythonOS",
"short_description": "Minimal app",
"long_description": "Demonstrates the simplest app.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.2.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.2.1.mpk",
"fullname": "com.micropythonos.showbattery",
"version": "0.2.1",
"category": "development",
"activities": [
{
"entrypoint": "assets/show_battery.py",
"classname": "ShowBattery",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}