|
79 | 79 | "publisher": "MicroPythonOS", |
80 | 80 | "short_description": "Image Viewer", |
81 | 81 | "long_description": "Opens and shows images on the display.", |
82 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.1_64x64.png", |
83 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.1.mpk", |
| 82 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.2_64x64.png", |
| 83 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.2.mpk", |
84 | 84 | "fullname": "com.micropythonos.imageview", |
85 | | -"version": "0.0.1", |
| 85 | +"version": "0.0.2", |
86 | 86 | "category": "graphics", |
87 | 87 | "activities": [ |
88 | 88 | { |
|
103 | 103 | "publisher": "MicroPythonOS", |
104 | 104 | "short_description": "Store for App(lication)s", |
105 | 105 | "long_description": "", |
106 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.3_64x64.png", |
107 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.3.mpk", |
| 106 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.4_64x64.png", |
| 107 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.4.mpk", |
108 | 108 | "fullname": "com.micropythonos.appstore", |
109 | | -"version": "0.0.3", |
| 109 | +"version": "0.0.4", |
110 | 110 | "category": "appstore", |
111 | 111 | "activities": [ |
112 | 112 | { |
|
170 | 170 | ] |
171 | 171 | } |
172 | 172 |
|
| 173 | +,{ |
| 174 | +"name": "Settings", |
| 175 | +"publisher": "MicroPythonOS", |
| 176 | +"short_description": "View and change MicroPythonOS settings.", |
| 177 | +"long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.", |
| 178 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.1_64x64.png", |
| 179 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.1.mpk", |
| 180 | +"fullname": "com.micropythonos.settings", |
| 181 | +"version": "0.0.1", |
| 182 | +"category": "development", |
| 183 | +"activities": [ |
| 184 | + { |
| 185 | + "entrypoint": "assets/settings.py", |
| 186 | + "classname": "SettingsActivity", |
| 187 | + "intent_filters": [ |
| 188 | + { |
| 189 | + "action": "main", |
| 190 | + "category": "launcher" |
| 191 | + } |
| 192 | + ] |
| 193 | + } |
| 194 | + ] |
| 195 | +} |
| 196 | + |
173 | 197 | ,{ |
174 | 198 | "name": "WiFi", |
175 | 199 | "publisher": "MicroPythonOS", |
176 | 200 | "short_description": "WiFi Network Configuration", |
177 | 201 | "long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.", |
178 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.4_64x64.png", |
179 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.4.mpk", |
| 202 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.5_64x64.png", |
| 203 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.5.mpk", |
180 | 204 | "fullname": "com.micropythonos.wifi", |
181 | | -"version": "0.0.4", |
| 205 | +"version": "0.0.5", |
182 | 206 | "category": "networking", |
183 | 207 | "activities": [ |
184 | 208 | { |
|
0 commit comments