Skip to content

Commit 2c05ed5

Browse files
update
1 parent 6c80b52 commit 2c05ed5

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

app_index.json

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"publisher": "MicroPythonOS",
8080
"short_description": "Image Viewer",
8181
"long_description": "Opens and shows images on the display.",
82-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.1_64x64.png",
83-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.1.mpk",
82+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.2_64x64.png",
83+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.2.mpk",
8484
"fullname": "com.micropythonos.imageview",
85-
"version": "0.0.1",
85+
"version": "0.0.2",
8686
"category": "graphics",
8787
"activities": [
8888
{
@@ -103,10 +103,10 @@
103103
"publisher": "MicroPythonOS",
104104
"short_description": "Store for App(lication)s",
105105
"long_description": "",
106-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.3_64x64.png",
107-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.3.mpk",
106+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.4_64x64.png",
107+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.4.mpk",
108108
"fullname": "com.micropythonos.appstore",
109-
"version": "0.0.3",
109+
"version": "0.0.4",
110110
"category": "appstore",
111111
"activities": [
112112
{
@@ -170,15 +170,39 @@
170170
]
171171
}
172172

173+
,{
174+
"name": "Settings",
175+
"publisher": "MicroPythonOS",
176+
"short_description": "View and change MicroPythonOS settings.",
177+
"long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.",
178+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.1_64x64.png",
179+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.1.mpk",
180+
"fullname": "com.micropythonos.settings",
181+
"version": "0.0.1",
182+
"category": "development",
183+
"activities": [
184+
{
185+
"entrypoint": "assets/settings.py",
186+
"classname": "SettingsActivity",
187+
"intent_filters": [
188+
{
189+
"action": "main",
190+
"category": "launcher"
191+
}
192+
]
193+
}
194+
]
195+
}
196+
173197
,{
174198
"name": "WiFi",
175199
"publisher": "MicroPythonOS",
176200
"short_description": "WiFi Network Configuration",
177201
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
178-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.4_64x64.png",
179-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.4.mpk",
202+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.5_64x64.png",
203+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.5.mpk",
180204
"fullname": "com.micropythonos.wifi",
181-
"version": "0.0.4",
205+
"version": "0.0.5",
182206
"category": "networking",
183207
"activities": [
184208
{

0 commit comments

Comments
 (0)