Skip to content

Commit 288d9bd

Browse files
Update apps
1 parent 8667fe3 commit 288d9bd

File tree

27 files changed

+38
-38
lines changed

27 files changed

+38
-38
lines changed

app_index.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"publisher": "LightningPiggy Foundation",
55
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
66
"long_description": "See https://www.LightningPiggy.com",
7-
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.0_64x64.png",
8-
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.0.mpk",
7+
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.1_64x64.png",
8+
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.1.mpk",
99
"fullname": "com.lightningpiggy.displaywallet",
10-
"version": "0.2.0",
10+
"version": "0.2.1",
1111
"category": "finance",
1212
"activities": [
1313
{
@@ -27,10 +27,10 @@
2727
"publisher": "MicroPythonOS",
2828
"short_description": "Camera with QR decoding",
2929
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
30-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.0_64x64.png",
31-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.0.mpk",
30+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.1_64x64.png",
31+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.1.mpk",
3232
"fullname": "com.micropythonos.camera",
33-
"version": "0.2.0",
33+
"version": "0.2.1",
3434
"category": "camera",
3535
"activities": [
3636
{
@@ -51,15 +51,15 @@
5151
"publisher": "MicroPythonOS",
5252
"short_description": "Just shows confetti",
5353
"long_description": "Nothing special, just a demo.",
54-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.3_64x64.png",
55-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.3.mpk",
54+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.4_64x64.png",
55+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.4.mpk",
5656
"fullname": "com.micropythonos.confetti",
57-
"version": "0.0.3",
57+
"version": "0.0.4",
5858
"category": "games",
5959
"activities": [
6060
{
61-
"entrypoint": "assets/confetti.py",
62-
"classname": "Confetti",
61+
"entrypoint": "assets/confetti_app.py",
62+
"classname": "ConfettiApp",
6363
"intent_filters": [
6464
{
6565
"action": "main",
@@ -75,10 +75,10 @@
7575
"publisher": "MicroPythonOS",
7676
"short_description": "Classic Connect 4 game",
7777
"long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!",
78-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.0.2_64x64.png",
79-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.0.2.mpk",
78+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.1.0_64x64.png",
79+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.1.0.mpk",
8080
"fullname": "com.micropythonos.connect4",
81-
"version": "0.0.2",
81+
"version": "0.1.0",
8282
"category": "games",
8383
"activities": [
8484
{
@@ -98,10 +98,10 @@
9898
"publisher": "MicroPythonOS",
9999
"short_description": "Simple drawing app",
100100
"long_description": "Draw simple shapes on the screen.",
101-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.5_64x64.png",
102-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.5.mpk",
101+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.1.0_64x64.png",
102+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.1.0.mpk",
103103
"fullname": "com.micropythonos.draw",
104-
"version": "0.0.5",
104+
"version": "0.1.0",
105105
"category": "graphics",
106106
"activities": [
107107
{
@@ -122,10 +122,10 @@
122122
"publisher": "MicroPythonOS",
123123
"short_description": "Minimal app",
124124
"long_description": "Demonstrates the simplest app.",
125-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.3_64x64.png",
126-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.3.mpk",
125+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.4_64x64.png",
126+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.4.mpk",
127127
"fullname": "com.micropythonos.helloworld",
128-
"version": "0.0.3",
128+
"version": "0.0.4",
129129
"category": "development",
130130
"activities": [
131131
{
@@ -146,10 +146,10 @@
146146
"publisher": "MicroPythonOS",
147147
"short_description": "Image Viewer",
148148
"long_description": "Opens and shows images on the display.",
149-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.6_64x64.png",
150-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.6.mpk",
149+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.1.0_64x64.png",
150+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.1.0.mpk",
151151
"fullname": "com.micropythonos.imageview",
152-
"version": "0.0.6",
152+
"version": "0.1.0",
153153
"category": "graphics",
154154
"activities": [
155155
{
@@ -170,10 +170,10 @@
170170
"publisher": "MicroPythonOS",
171171
"short_description": "Inertial Measurement Unit Visualization",
172172
"long_description": "Visualize data from the Intertial Measurement Unit, also known as the accellerometer.",
173-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.0.4_64x64.png",
174-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.0.4.mpk",
173+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.1.0_64x64.png",
174+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.1.0.mpk",
175175
"fullname": "com.micropythonos.imu",
176-
"version": "0.0.4",
176+
"version": "0.1.0",
177177
"category": "hardware",
178178
"activities": [
179179
{
@@ -194,10 +194,10 @@
194194
"publisher": "MicroPythonOS",
195195
"short_description": "Player audio files",
196196
"long_description": "Traverse around the filesystem and play audio files that you select.",
197-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.7_64x64.png",
198-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.7.mpk",
197+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.1.0_64x64.png",
198+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.1.0.mpk",
199199
"fullname": "com.micropythonos.musicplayer",
200-
"version": "0.0.7",
200+
"version": "0.1.0",
201201
"category": "development",
202202
"activities": [
203203
{
@@ -218,10 +218,10 @@
218218
"publisher": "MicroPythonOS",
219219
"short_description": "Show installed fonts",
220220
"long_description": "Visualize the installed fonts so the user can check them out.",
221-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.0.3_64x64.png",
222-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.0.3.mpk",
221+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.0.4_64x64.png",
222+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.0.4.mpk",
223223
"fullname": "com.micropythonos.showfonts",
224-
"version": "0.0.3",
224+
"version": "0.0.4",
225225
"category": "development",
226226
"activities": [
227227
{
@@ -242,10 +242,10 @@
242242
"publisher": "MicroPythonOS",
243243
"short_description": "Record audio from microphone",
244244
"long_description": "Record audio from the I2S microphone and save as WAV files. Recordings can be played back with the Music Player app.",
245-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.0.2_64x64.png",
246-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.0.2.mpk",
245+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.1.0_64x64.png",
246+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.1.0.mpk",
247247
"fullname": "com.micropythonos.soundrecorder",
248-
"version": "0.0.2",
248+
"version": "0.1.0",
249249
"category": "utilities",
250250
"activities": [
251251
{
@@ -310,10 +310,10 @@
310310
"publisher": "QuasiKili",
311311
"short_description": "Digital Nametag Display",
312312
"long_description": "A customizable digital nametag with color selection.",
313-
"icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.5_64x64.png",
314-
"download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.5.mpk",
313+
"icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.6_64x64.png",
314+
"download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.6.mpk",
315315
"fullname": "com.quasikili.quasinametag",
316-
"version": "0.0.5",
316+
"version": "0.0.6",
317317
"category": "utilities",
318318
"activities": [
319319
{
5.73 KB
Loading
Binary file not shown.
4.31 KB
Loading
Binary file not shown.
2.52 KB
Loading
Binary file not shown.
2.41 KB
Loading
Binary file not shown.
4.22 KB
Loading

0 commit comments

Comments
 (0)