Files
MicroPythonOS/internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON
T
2025-06-24 14:46:29 +02:00

25 lines
820 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.0.2_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.2.mpk",
"fullname": "com.micropythonos.settings",
"version": "0.0.2",
"category": "development",
"activities": [
{
"entrypoint": "assets/settings.py",
"classname": "SettingsActivity",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}