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

29 lines
835 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.0.8_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.8.mpk",
"fullname": "com.micropythonos.camera",
"version": "0.0.8",
"category": "camera",
"activities": [
{
"entrypoint": "assets/camera_app.py",
"classname": "CameraApp",
"intent_filters": [
{
"action": "main",
"category": "launcher"
},
{
"action": "scan_qr_code",
"category": "default"
}
]
}
]
}