You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
820 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|