Skip to content

Commit c8c28c1

Browse files
Update icons and release apps
1 parent 7f74ac5 commit c8c28c1

45 files changed

Lines changed: 46 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app_index.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,29 @@
9393
}
9494
]
9595
}
96+
,{
97+
"name": "DJ Addon",
98+
"publisher": "MicroPythonOS",
99+
"short_description": "DJ Addon demo",
100+
"long_description": "Shows off the capabilities of the Fri3d DJ Addon 2026.",
101+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.dj_addon/icons/com.micropythonos.dj_addon_0.0.1_64x64.png",
102+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.dj_addon/mpks/com.micropythonos.dj_addon_0.0.1.mpk",
103+
"fullname": "com.micropythonos.dj_addon",
104+
"version": "0.0.1",
105+
"category": "development",
106+
"activities": [
107+
{
108+
"entrypoint": "assets/dj_addon.py",
109+
"classname": "DJAddonActivity",
110+
"intent_filters": [
111+
{
112+
"action": "main",
113+
"category": "launcher"
114+
}
115+
]
116+
}
117+
]
118+
}
96119
,{
97120
"name": "Draw",
98121
"publisher": "MicroPythonOS",
@@ -260,6 +283,29 @@
260283
]
261284
}
262285

286+
,{
287+
"name": "Memory",
288+
"publisher": "MicroPythonOS",
289+
"short_description": "Classic card memory game",
290+
"long_description": "Find all matching pairs of symbols by remembering their positions.",
291+
"icon_url": "",
292+
"download_url": "",
293+
"fullname": "com.micropythonos.memory",
294+
"version": "0.1.0",
295+
"category": "games",
296+
"activities": [
297+
{
298+
"entrypoint": "assets/memory.py",
299+
"classname": "Memory",
300+
"intent_filters": [
301+
{
302+
"action": "main",
303+
"category": "launcher"
304+
}
305+
]
306+
}
307+
]
308+
}
263309
,{
264310
"name": "Music Player",
265311
"publisher": "MicroPythonOS",
-504 Bytes
-504 Bytes
Binary file not shown.
-527 Bytes
Binary file not shown.
-315 Bytes
Binary file not shown.
6.3 KB
Binary file not shown.
-843 Bytes

0 commit comments

Comments
 (0)