Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.imageview/META-INF/MANIFEST.JSON
T
2025-10-09 19:10:40 +02:00

25 lines
719 B
JSON

{
"name": "ImageView",
"publisher": "MicroPythonOS",
"short_description": "Image Viewer",
"long_description": "Opens and shows images on the display.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.3.mpk",
"fullname": "com.micropythonos.imageview",
"version": "0.0.3",
"category": "graphics",
"activities": [
{
"entrypoint": "assets/imageview.py",
"classname": "ImageView",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}