|
175 | 175 | } |
176 | 176 |
|
177 | 177 | ,{ |
178 | | -"name": "Update", |
179 | | -"publisher": "ACME Inc", |
| 178 | +"name": "OS Update", |
| 179 | +"publisher": "MicroPythonOS", |
180 | 180 | "short_description": "Operating System Updater", |
181 | 181 | "long_description": "", |
182 | | -"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk_icon_64x64.png", |
183 | | -"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.osupdate_0.0.2.mpk", |
184 | | -"fullname": "com.example.osupdate", |
| 182 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.2_64x64.png", |
| 183 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.2.mpk", |
| 184 | +"fullname": "com.micropythonos.osupdate", |
185 | 185 | "version": "0.0.2", |
186 | | -"entrypoint": "assets/osupdate.py", |
187 | | -"category": "osupdate" |
| 186 | +"category": "osupdate", |
| 187 | +"activities": [ |
| 188 | + { |
| 189 | + "entrypoint": "assets/osupdate.py", |
| 190 | + "classname": "OSUpdate", |
| 191 | + "intent_filters": [ |
| 192 | + { |
| 193 | + "action": "main", |
| 194 | + "category": "launcher" |
| 195 | + } |
| 196 | + ] |
| 197 | + } |
| 198 | + ] |
188 | 199 | } |
189 | 200 |
|
190 | 201 | ,{ |
191 | 202 | "name": "WiFi", |
192 | | -"publisher": "ACME Inc", |
193 | | -"short_description": "Wireless Network Configuration", |
194 | | -"long_description": "", |
195 | | -"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.wificonf_0.0.2.mpk_icon_64x64.png", |
196 | | -"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.wificonf_0.0.2.mpk", |
197 | | -"fullname": "com.example.wificonf", |
198 | | -"version": "0.0.2", |
199 | | -"entrypoint": "assets/wificonf.py", |
200 | | -"category": "wificonf" |
| 203 | +"publisher": "MicroPythonOS", |
| 204 | +"short_description": "WiFi Network Configuration", |
| 205 | +"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.", |
| 206 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wificonf/icons/com.micropythonos.wificonf_0.0.3_64x64.png", |
| 207 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wificonf/mpks/com.micropythonos.wificonf_0.0.3.mpk", |
| 208 | +"fullname": "com.micropythonos.wificonf", |
| 209 | +"version": "0.0.3", |
| 210 | +"category": "wificonf", |
| 211 | +"activities": [ |
| 212 | + { |
| 213 | + "entrypoint": "assets/wificonf.py", |
| 214 | + "classname": "WifiConfig", |
| 215 | + "intent_filters": [ |
| 216 | + { |
| 217 | + "action": "main", |
| 218 | + "category": "launcher" |
| 219 | + } |
| 220 | + ] |
| 221 | + } |
| 222 | + ] |
201 | 223 | } |
202 | 224 |
|
203 | 225 | ] |
0 commit comments