You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
719 B
JSON
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.1.0_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.1.0.mpk",
|
|
"fullname": "com.micropythonos.imageview",
|
|
"version": "0.1.0",
|
|
"category": "graphics",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/imageview.py",
|
|
"classname": "ImageView",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|