Files

25 lines
719 B
JSON
Raw Permalink Normal View History

2025-06-09 16:51:57 +02:00
{
"name": "ImageView",
"publisher": "MicroPythonOS",
"short_description": "Image Viewer",
"long_description": "Opens and shows images on the display.",
2026-01-24 23:00:31 +01:00
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.1.0.mpk",
2025-06-09 16:51:57 +02:00
"fullname": "com.micropythonos.imageview",
2026-01-24 23:00:31 +01:00
"version": "0.1.0",
2025-06-09 16:51:57 +02:00
"category": "graphics",
"activities": [
{
"entrypoint": "assets/imageview.py",
"classname": "ImageView",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}