|
50 | 50 | ] |
51 | 51 | } |
52 | 52 |
|
| 53 | +,{ |
| 54 | +"name": "Draw", |
| 55 | +"publisher": "MicroPythonOS", |
| 56 | +"short_description": "Simple drawing app", |
| 57 | +"long_description": "Draw simple shapes on the screen.", |
| 58 | +"icon_url": "http://demo.lnpiggy.com:2121/apps/com.micropythonos.draw_0.0.1.mpk_icon_64x64.png", |
| 59 | +"download_url": "http://demo.lnpiggy.com:2121/apps/com.micropythonos.draw_0.0.1.mpk", |
| 60 | +"fullname": "com.micropythonos.draw", |
| 61 | +"version": "0.0.1", |
| 62 | +"category": "art", |
| 63 | +"activities": [ |
| 64 | + { |
| 65 | + "entrypoint": "assets/draw.py", |
| 66 | + "classname": "Draw", |
| 67 | + "intent_filters": [ |
| 68 | + { |
| 69 | + "action": "main", |
| 70 | + "category": "launcher" |
| 71 | + } |
| 72 | + ] |
| 73 | + } |
| 74 | + ] |
| 75 | +} |
| 76 | + |
53 | 77 | ,{ |
54 | 78 | "name": "HelloWorld", |
55 | 79 | "publisher": "MicroPythonOS", |
|
122 | 146 | ] |
123 | 147 | } |
124 | 148 |
|
| 149 | +,{ |
| 150 | +"name": "About", |
| 151 | +"publisher": "MicroPythonOS", |
| 152 | +"short_description": "Info about MicroPythonOS", |
| 153 | +"long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..", |
| 154 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.about_0.0.1_64x64.png", |
| 155 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.about_0.0.1.mpk", |
| 156 | +"fullname": "com.micropythonos.about", |
| 157 | +"version": "0.0.1", |
| 158 | +"category": "development", |
| 159 | +"activities": [ |
| 160 | + { |
| 161 | + "entrypoint": "assets/about.py", |
| 162 | + "classname": "About", |
| 163 | + "intent_filters": [ |
| 164 | + { |
| 165 | + "action": "main", |
| 166 | + "category": "launcher" |
| 167 | + } |
| 168 | + ] |
| 169 | + } |
| 170 | + ] |
| 171 | +} |
| 172 | + |
125 | 173 | ,{ |
126 | 174 | "name": "AppStore", |
127 | 175 | "publisher": "MicroPythonOS", |
|
0 commit comments