|
259 | 259 | } |
260 | 260 | ] |
261 | 261 | } |
| 262 | +,{ |
| 263 | + "name": "Lights Out", |
| 264 | + "publisher": "MicroPythonOS", |
| 265 | + "short_description": "Classic Lights Out puzzle game", |
| 266 | + "long_description": "Turn off all the lights! Pressing a light toggles it and its neighbors. Solve each level with minimal moves.", |
| 267 | + "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.lights_out/icons/com.micropythonos.lights_out_1.0.0_64x64.png", |
| 268 | + "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.lights_out/icons/com.micropythonos.lights_out_1.0.0_64x64.mpk", |
| 269 | + "fullname": "com.micropythonos.lights_out", |
| 270 | + "version": "1.0.0", |
| 271 | + "category": "games", |
| 272 | + "activities": [ |
| 273 | + { |
| 274 | + "entrypoint": "assets/lights_out.py", |
| 275 | + "classname": "LightsOut", |
| 276 | + "intent_filters": [ |
| 277 | + { |
| 278 | + "action": "main", |
| 279 | + "category": "launcher" |
| 280 | + } |
| 281 | + ] |
| 282 | + } |
| 283 | + ] |
| 284 | +} |
262 | 285 | ,{ |
263 | 286 | "name": "LoRa Chat", |
264 | 287 | "publisher": "MicroPythonOS", |
|
383 | 406 | "publisher": "MicroPythonOS", |
384 | 407 | "short_description": "Show installed fonts", |
385 | 408 | "long_description": "Visualize the installed fonts so the user can check them out.", |
386 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.1.0_64x64.png", |
387 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.1.0.mpk", |
| 409 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.1.1_64x64.png", |
| 410 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.1.1.mpk", |
388 | 411 | "fullname": "com.micropythonos.showfonts", |
389 | | -"version": "0.1.0", |
| 412 | +"version": "0.1.1", |
390 | 413 | "category": "development", |
391 | 414 | "activities": [ |
392 | 415 | { |
|
0 commit comments