Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.imu/META-INF/MANIFEST.JSON
T
Thomas Farstrike a46d858494 fix imu manifest
2025-06-28 09:09:28 +02:00

25 lines
745 B
JSON

{
"name": "IMU",
"publisher": "MicroPythonOS",
"short_description": "Inertial Measurement Unit Visualization",
"long_description": "Visualize data from the Intertial Measurement Unit, also known as the accellerometer.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.0.2_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.0.2.mpk",
"fullname": "com.micropythonos.imu",
"version": "0.0.2",
"category": "hardware",
"activities": [
{
"entrypoint": "assets/imu.py",
"classname": "IMU",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}