You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
29 lines
835 B
JSON
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.6_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.6.mpk",
|
|
"fullname": "com.micropythonos.camera",
|
|
"version": "0.0.6",
|
|
"category": "camera",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/camera_app.py",
|
|
"classname": "CameraApp",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
},
|
|
{
|
|
"action": "scan_qr_code",
|
|
"category": "default"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|