Skip to content

Commit 993527f

Browse files
Update app_index.json
1 parent 4c326c4 commit 993527f

File tree

1 file changed

+38
-16
lines changed

1 file changed

+38
-16
lines changed

app_index.json

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -175,29 +175,51 @@
175175
}
176176

177177
,{
178-
"name": "Update",
179-
"publisher": "ACME Inc",
178+
"name": "OS Update",
179+
"publisher": "MicroPythonOS",
180180
"short_description": "Operating System Updater",
181181
"long_description": "",
182-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk_icon_64x64.png",
183-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk",
184-
"fullname": "com.example.osupdate",
182+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.2_64x64.png",
183+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.2.mpk",
184+
"fullname": "com.micropythonos.osupdate",
185185
"version": "0.0.2",
186-
"entrypoint": "assets/osupdate.py",
187-
"category": "osupdate"
186+
"category": "osupdate",
187+
"activities": [
188+
{
189+
"entrypoint": "assets/osupdate.py",
190+
"classname": "OSUpdate",
191+
"intent_filters": [
192+
{
193+
"action": "main",
194+
"category": "launcher"
195+
}
196+
]
197+
}
198+
]
188199
}
189200

190201
,{
191202
"name": "WiFi",
192-
"publisher": "ACME Inc",
193-
"short_description": "Wireless Network Configuration",
194-
"long_description": "",
195-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.wificonf_0.0.2.mpk_icon_64x64.png",
196-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.wificonf_0.0.2.mpk",
197-
"fullname": "com.example.wificonf",
198-
"version": "0.0.2",
199-
"entrypoint": "assets/wificonf.py",
200-
"category": "wificonf"
203+
"publisher": "MicroPythonOS",
204+
"short_description": "WiFi Network Configuration",
205+
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
206+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wificonf/icons/com.micropythonos.wificonf_0.0.3_64x64.png",
207+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wificonf/mpks/com.micropythonos.wificonf_0.0.3.mpk",
208+
"fullname": "com.micropythonos.wificonf",
209+
"version": "0.0.3",
210+
"category": "wificonf",
211+
"activities": [
212+
{
213+
"entrypoint": "assets/wificonf.py",
214+
"classname": "WifiConfig",
215+
"intent_filters": [
216+
{
217+
"action": "main",
218+
"category": "launcher"
219+
}
220+
]
221+
}
222+
]
201223
}
202224

203225
]

0 commit comments

Comments
 (0)