Files
MicroPythonOS/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON
T
2026-01-27 16:31:02 +01:00

25 lines
812 B
JSON

{
"name": "Settings",
"publisher": "MicroPythonOS",
"short_description": "View and change MicroPythonOS settings.",
"long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.1.2_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.1.2.mpk",
"fullname": "com.micropythonos.settings",
"version": "0.1.2",
"category": "development",
"activities": [
{
"entrypoint": "assets/settings.py",
"classname": "Settings",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}