Files
2026-03-18 12:53:59 +01:00

24 lines
835 B
JSON

{
"name": "WebServer",
"publisher": "MicroPythonOS",
"short_description": "Configure and control the WebServer.",
"long_description": "Configure WebServer settings, start or stop the WebREPL web server.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.webserver/icons/com.micropythonos.settings.webserver_0.1.0_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.webserver/mpks/com.micropythonos.settings.webserver_0.1.0.mpk",
"fullname": "com.micropythonos.settings.webserver",
"version": "0.1.0",
"category": "networking",
"activities": [
{
"entrypoint": "assets/webserver_settings.py",
"classname": "WebServerSettings",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}