You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
813 B
JSON
25 lines
813 B
JSON
{
|
|
"name": "WiFi",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "WiFi Network Configuration",
|
|
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/icons/com.micropythonos.settings.wifi_0.1.2_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/mpks/com.micropythonos.settings.wifi_0.1.2.mpk",
|
|
"fullname": "com.micropythonos.settings.wifi",
|
|
"version": "0.1.2",
|
|
"category": "networking",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/wifi_settings.py",
|
|
"classname": "WiFiSettings",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|