|
143 | 143 | "short_description": "Legendary 3D shooter", |
144 | 144 | "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.", |
145 | 145 | "fullname": "com.micropythonos.doom_launcher", |
146 | | - "version": "0.4.4", |
| 146 | + "version": "0.4.5", |
147 | 147 | "category": "game", |
148 | 148 | "activities": [ |
149 | 149 | { |
|
157 | 157 | ] |
158 | 158 | } |
159 | 159 | ], |
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" |
162 | 162 | } |
163 | 163 | ,{ |
164 | 164 | "name": "Draw", |
|
189 | 189 | "short_description": "Legendary 3D shooter", |
190 | 190 | "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.", |
191 | 191 | "fullname": "com.micropythonos.duke_launcher", |
192 | | - "version": "0.3.4", |
| 192 | + "version": "0.3.5", |
193 | 193 | "category": "game", |
194 | 194 | "activities": [ |
195 | 195 | { |
|
203 | 203 | ] |
204 | 204 | } |
205 | 205 | ], |
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" |
208 | 208 | } |
209 | 209 | ,{ |
210 | 210 | "name": "ESPNowChat", |
|
472 | 472 | "icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_0.5.1_64x64.png", |
473 | 473 | "download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_0.5.1.mpk" |
474 | 474 | } |
| 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 | +} |
475 | 498 | ,{ |
476 | 499 | "name": "Retro Core Launcher", |
477 | 500 | "publisher": "MicroPythonOS", |
478 | 501 | "short_description": "Classic 8-bit and handheld games", |
479 | 502 | "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.", |
480 | 503 | "fullname": "com.micropythonos.retrocore_launcher", |
481 | | - "version": "0.5.2", |
| 504 | + "version": "0.5.3", |
482 | 505 | "category": "game", |
483 | 506 | "activities": [ |
484 | 507 | { |
|
492 | 515 | ] |
493 | 516 | } |
494 | 517 | ], |
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" |
497 | 520 | } |
498 | 521 | ,{ |
499 | 522 | "name": "ScanBluetooth", |
|
0 commit comments