|
4 | 4 | "publisher": "LightningPiggy Foundation", |
5 | 5 | "short_description": "Display wallet that shows balance, transactions, receive QR code etc.", |
6 | 6 | "long_description": "See https://www.LightningPiggy.com", |
7 | | -"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.1.2_64x64.png", |
8 | | -"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.1.2.mpk", |
| 7 | +"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.1.3_64x64.png", |
| 8 | +"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.1.3.mpk", |
9 | 9 | "fullname": "com.lightningpiggy.displaywallet", |
10 | | -"version": "0.1.2", |
| 10 | +"version": "0.1.3", |
11 | 11 | "category": "finance", |
12 | 12 | "activities": [ |
13 | 13 | { |
|
155 | 155 | "publisher": "MicroPythonOS", |
156 | 156 | "short_description": "Player audio files", |
157 | 157 | "long_description": "Traverse around the filesystem and play audio files that you select.", |
158 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.5_64x64.png", |
159 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.5.mpk", |
| 158 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.6_64x64.png", |
| 159 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.6.mpk", |
160 | 160 | "fullname": "com.micropythonos.musicplayer", |
161 | | -"version": "0.0.5", |
| 161 | +"version": "0.0.6", |
162 | 162 | "category": "development", |
163 | 163 | "activities": [ |
164 | 164 | { |
|
175 | 175 | } |
176 | 176 |
|
177 | 177 | ,{ |
| 178 | + "name": "Sound Recorder", |
| 179 | + "publisher": "MicroPythonOS", |
| 180 | + "short_description": "Record audio from microphone", |
| 181 | + "long_description": "Record audio from the I2S microphone and save as WAV files. Recordings can be played back with the Music Player app.", |
| 182 | + "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.0.1_64x64.png", |
| 183 | + "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.0.1.mpk", |
| 184 | + "fullname": "com.micropythonos.soundrecorder", |
| 185 | + "version": "0.0.1", |
| 186 | + "category": "utilities", |
| 187 | + "activities": [ |
| 188 | + { |
| 189 | + "entrypoint": "assets/sound_recorder.py", |
| 190 | + "classname": "SoundRecorder", |
| 191 | + "intent_filters": [ |
| 192 | + { |
| 193 | + "action": "main", |
| 194 | + "category": "launcher" |
| 195 | + } |
| 196 | + ] |
| 197 | + } |
| 198 | + ] |
| 199 | +},{ |
178 | 200 | "name": "Quasi Bird", |
179 | 201 | "publisher": "QuasiKili", |
180 | 202 | "short_description": "Flappy Bird Game", |
|
0 commit comments