Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON
T
Thomas Farstrike de48c4a88c Update version
2026-01-26 23:22:23 +01:00

25 lines
751 B
JSON

{
"name": "Camera",
"publisher": "MicroPythonOS",
"short_description": "Camera with QR decoding",
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.1.mpk",
"fullname": "com.micropythonos.camera",
"version": "0.2.1",
"category": "camera",
"activities": [
{
"entrypoint": "assets/camera_app.py",
"classname": "CameraActivity",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}