Skip to content

Commit 3dc2c6d

Browse files
Update apps
1 parent 084c6d7 commit 3dc2c6d

1 file changed

Lines changed: 32 additions & 9 deletions

File tree

app_index.json

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"short_description": "Legendary 3D shooter",
144144
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card. Place them in /roms/doom/. Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
145145
"fullname": "com.micropythonos.doom_launcher",
146-
"version": "0.4.4",
146+
"version": "0.4.5",
147147
"category": "game",
148148
"activities": [
149149
{
@@ -157,8 +157,8 @@
157157
]
158158
}
159159
],
160-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.4.4_64x64.png",
161-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.4.4.mpk"
160+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.4.5_64x64.png",
161+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.4.5.mpk"
162162
}
163163
,{
164164
"name": "Draw",
@@ -189,7 +189,7 @@
189189
"short_description": "Legendary 3D shooter",
190190
"long_description": "Plays Duke Nukem 3D .grp files from internal storage or SD card. Place them in /roms/duke3d/. Uses ducalex's retro-go port. Supports zipped grp files too.",
191191
"fullname": "com.micropythonos.duke_launcher",
192-
"version": "0.3.4",
192+
"version": "0.3.5",
193193
"category": "game",
194194
"activities": [
195195
{
@@ -203,8 +203,8 @@
203203
]
204204
}
205205
],
206-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/icons/com.micropythonos.duke_launcher_0.3.4_64x64.png",
207-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/mpks/com.micropythonos.duke_launcher_0.3.4.mpk"
206+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/icons/com.micropythonos.duke_launcher_0.3.5_64x64.png",
207+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/mpks/com.micropythonos.duke_launcher_0.3.5.mpk"
208208
}
209209
,{
210210
"name": "ESPNowChat",
@@ -472,13 +472,36 @@
472472
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_0.5.1_64x64.png",
473473
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_0.5.1.mpk"
474474
}
475+
,{
476+
"name": "REPL Shell",
477+
"publisher": "MicroPythonOS",
478+
"short_description": "Interactive Python REPL shell",
479+
"long_description": "Run Python code interactively. Output and errors are displayed inline.",
480+
"fullname": "com.micropythonos.repl_shell",
481+
"version": "0.1.0",
482+
"category": "development",
483+
"activities": [
484+
{
485+
"entrypoint": "repl_shell.py",
486+
"classname": "ReplShell",
487+
"intent_filters": [
488+
{
489+
"action": "main",
490+
"category": "launcher"
491+
}
492+
]
493+
}
494+
],
495+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.repl_shell/icons/com.micropythonos.repl_shell_0.1.0_64x64.png",
496+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.repl_shell/mpks/com.micropythonos.repl_shell_0.1.0.mpk"
497+
}
475498
,{
476499
"name": "Retro Core Launcher",
477500
"publisher": "MicroPythonOS",
478501
"short_description": "Classic 8-bit and handheld games",
479502
"long_description": "Plays NES and Gameboy ROMs from storage or SD card. Place in /roms/nes/ or /roms/gb/. Uses retro-go. Zipped ROMs supported.",
480503
"fullname": "com.micropythonos.retrocore_launcher",
481-
"version": "0.5.2",
504+
"version": "0.5.3",
482505
"category": "game",
483506
"activities": [
484507
{
@@ -492,8 +515,8 @@
492515
]
493516
}
494517
],
495-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/icons/com.micropythonos.retrocore_launcher_0.5.2_64x64.png",
496-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/mpks/com.micropythonos.retrocore_launcher_0.5.2.mpk"
518+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/icons/com.micropythonos.retrocore_launcher_0.5.3_64x64.png",
519+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/mpks/com.micropythonos.retrocore_launcher_0.5.3.mpk"
497520
}
498521
,{
499522
"name": "ScanBluetooth",

0 commit comments

Comments
 (0)