|
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.0.1_64x64.png", |
8 | | -"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.0.1.mpk", |
| 7 | +"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.0.2_64x64.png", |
| 8 | +"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.0.2.mpk", |
9 | 9 | "fullname": "com.lightningpiggy.displaywallet", |
10 | | -"version": "0.0.1", |
| 10 | +"version": "0.0.2", |
11 | 11 | "category": "finance", |
12 | 12 | "activities": [ |
13 | 13 | { |
|
27 | 27 | "publisher": "MicroPythonOS", |
28 | 28 | "short_description": "Camera with QR decoding", |
29 | 29 | "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.0.3_64x64.png", |
31 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.3.mpk", |
| 30 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.4_64x64.png", |
| 31 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.4.mpk", |
32 | 32 | "fullname": "com.micropythonos.camera", |
33 | | -"version": "0.0.3", |
| 33 | +"version": "0.0.4", |
34 | 34 | "category": "camera", |
35 | 35 | "activities": [ |
36 | 36 | { |
37 | | - "entrypoint": "assets/camera.py", |
38 | | - "classname": "Camera", |
| 37 | + "entrypoint": "assets/camera_app.py", |
| 38 | + "classname": "CameraApp", |
39 | 39 | "intent_filters": [ |
40 | 40 | { |
41 | 41 | "action": "main", |
|
75 | 75 | ] |
76 | 76 | } |
77 | 77 |
|
| 78 | +,{ |
| 79 | +"name": "ImageView", |
| 80 | +"publisher": "MicroPythonOS", |
| 81 | +"short_description": "Image Viewer", |
| 82 | +"long_description": "Opens and shows images on the display.", |
| 83 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.1_64x64.png", |
| 84 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.1.mpk", |
| 85 | +"fullname": "com.micropythonos.imageview", |
| 86 | +"version": "0.0.1", |
| 87 | +"entrypoint": "assets/imageview.py", |
| 88 | +"category": "graphics", |
| 89 | +"activities": [ |
| 90 | + { |
| 91 | + "entrypoint": "assets/imageview.py", |
| 92 | + "classname": "ImageView", |
| 93 | + "intent_filters": [ |
| 94 | + { |
| 95 | + "action": "main", |
| 96 | + "category": "launcher" |
| 97 | + } |
| 98 | + ] |
| 99 | + } |
| 100 | + ] |
| 101 | +} |
| 102 | + |
78 | 103 | ,{ |
79 | 104 | "name": "AppStore", |
80 | 105 | "publisher": "MicroPythonOS", |
|
152 | 177 | "publisher": "MicroPythonOS", |
153 | 178 | "short_description": "WiFi Network Configuration", |
154 | 179 | "long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.", |
155 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.3_64x64.png", |
156 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.3.mpk", |
| 180 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.4_64x64.png", |
| 181 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.4.mpk", |
157 | 182 | "fullname": "com.micropythonos.wifi", |
158 | | -"version": "0.0.3", |
| 183 | +"version": "0.0.4", |
159 | 184 | "category": "networking", |
160 | 185 | "activities": [ |
161 | 186 | { |
|
0 commit comments