mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Move all settings apps to com.micropythonos.settings.*
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Hotspot",
|
||||
"publisher": "MicroPythonOS",
|
||||
"short_description": "Configure Wi-Fi hotspot settings.",
|
||||
"long_description": "Configure and toggle the device Wi-Fi hotspot, including SSID, security, and network options.",
|
||||
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.hotspot/icons/com.micropythonos.settings.hotspot_0.1.0_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.hotspot/mpks/com.micropythonos.settings.hotspot_0.1.0.mpk",
|
||||
"fullname": "com.micropythonos.settings.hotspot",
|
||||
"version": "0.1.0",
|
||||
"category": "networking",
|
||||
"activities": [
|
||||
{
|
||||
"entrypoint": "assets/hotspot_settings.py",
|
||||
"classname": "HotspotSettings",
|
||||
"intent_filters": [
|
||||
{
|
||||
"action": "main",
|
||||
"category": "launcher"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user