2025-11-18 15:09:12 +01:00
|
|
|
{
|
|
|
|
|
"name": "ErrorTest",
|
|
|
|
|
"publisher": "MicroPythonOS",
|
|
|
|
|
"short_description": "Test app with intentional error",
|
|
|
|
|
"long_description": "This app has an intentional import error for testing.",
|
2026-01-26 20:21:53 +01:00
|
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/icons/com.micropythonos.errortest_0.0.3_64x64.png",
|
|
|
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.errortest/mpks/com.micropythonos.errortest_0.0.3.mpk",
|
2025-11-18 15:09:12 +01:00
|
|
|
"fullname": "com.micropythonos.errortest",
|
2026-01-26 20:21:53 +01:00
|
|
|
"version": "0.0.3",
|
2025-11-18 15:09:12 +01:00
|
|
|
"category": "development",
|
|
|
|
|
"activities": [
|
|
|
|
|
{
|
|
|
|
|
"entrypoint": "assets/error.py",
|
|
|
|
|
"classname": "Error",
|
|
|
|
|
"intent_filters": [
|
|
|
|
|
{
|
|
|
|
|
"action": "main",
|
|
|
|
|
"category": "launcher"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|