Skip to content

Commit 19a3f0c

Browse files
Release apps
1 parent 3dc2c6d commit 19a3f0c

17 files changed

Lines changed: 41 additions & 9 deletions

app_index.json

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
66
"long_description": "See https://www.LightningPiggy.com",
77
"fullname": "com.lightningpiggy.displaywallet",
8-
"version": "0.6.1",
8+
"version": "0.7.0",
99
"category": "finance",
1010
"activities": [
1111
{
@@ -19,8 +19,40 @@
1919
]
2020
}
2121
],
22-
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.6.1_64x64.png",
23-
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.6.1.mpk"
22+
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.7.0_64x64.png",
23+
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.7.0.mpk"
24+
}
25+
,{
26+
"name": "BLEep",
27+
"publisher": "MicroPythonOS",
28+
"short_description": "Find and befriend nearby BLE users",
29+
"long_description": "BLE-powered friend maker. Find nearby users, send friend requests, accept/deny incoming ones, and track your friend count. Unfriend when you drift apart.",
30+
"fullname": "com.micropythonos.bleep",
31+
"version": "0.2.0",
32+
"category": "social",
33+
"activities": [
34+
{
35+
"entrypoint": "bleep.py",
36+
"classname": "BLEep",
37+
"intent_filters": [
38+
{
39+
"action": "main",
40+
"category": "launcher"
41+
}
42+
]
43+
},
44+
{
45+
"entrypoint": "bleep.py",
46+
"classname": "BLEepDetail",
47+
"intent_filters": [
48+
{
49+
"action": "view"
50+
}
51+
]
52+
}
53+
],
54+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.bleep/icons/com.micropythonos.bleep_0.2.0_64x64.png",
55+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.bleep/mpks/com.micropythonos.bleep_0.2.0.mpk"
2456
}
2557
,{
2658
"name": "Breakout",
@@ -444,7 +476,7 @@
444476
"short_description": "Nostr",
445477
"long_description": "Notest and Other Stuff Transmitted by Relays",
446478
"fullname": "com_micropythonos_nostr",
447-
"version": "0.5.1",
479+
"version": "0.6.0",
448480
"category": "communication",
449481
"activities": [
450482
{
@@ -469,8 +501,8 @@
469501
]
470502
}
471503
],
472-
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_0.5.1_64x64.png",
473-
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_0.5.1.mpk"
504+
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_0.6.0_64x64.png",
505+
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_0.6.0.mpk"
474506
}
475507
,{
476508
"name": "REPL Shell",
@@ -709,14 +741,14 @@
709741
}
710742
],
711743
"category": "utilities",
712-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.thefreelanternplayer/mpks/com.micropythonos.thefreelanternplayer_1.0.0.mpk",
744+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.thefreelanternplayer/mpks/com.micropythonos.thefreelanternplayer_1.0.1.mpk",
713745
"fullname": "com.micropythonos.thefreelanternplayer",
714-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.thefreelanternplayer/icons/com.micropythonos.thefreelanternplayer_1.0.0_64x64.png",
746+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.thefreelanternplayer/icons/com.micropythonos.thefreelanternplayer_1.0.1_64x64.png",
715747
"long_description": "Streams music from The Free Lantern website or from local SD card.",
716748
"name": "The Free Lantern",
717749
"publisher": "MicroPythonOS",
718750
"short_description": "Plays music from The Free Lantern",
719-
"version": "1.0.0"
751+
"version": "1.0.1"
720752
}
721753
,{
722754
"name": "Time of Flight",
1.42 KB
Loading
Binary file not shown.
176 Bytes
Loading
Binary file not shown.
8.36 KB
Loading
Binary file not shown.
9.41 KB
Loading
Binary file not shown.
3.79 KB
Loading

0 commit comments

Comments
 (0)