We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d29dfa commit c5ca5a3Copy full SHA for c5ca5a3
1 file changed
app_index.json
@@ -73,30 +73,6 @@
73
}
74
]
75
76
-,{
77
-"name": "Draw",
78
-"publisher": "MicroPythonOS",
79
-"short_description": "Simple drawing app",
80
-"long_description": "Draw simple shapes on the screen.",
81
-"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.3_64x64.png",
82
-"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.3.mpk",
83
-"fullname": "com.micropythonos.draw",
84
-"version": "0.0.3",
85
-"category": "graphics",
86
-"activities": [
87
- {
88
- "entrypoint": "assets/draw.py",
89
- "classname": "Draw",
90
- "intent_filters": [
91
92
- "action": "main",
93
- "category": "launcher"
94
- }
95
- ]
96
97
98
-}
99
-
100
,{
101
"name": "HelloWorld",
102
"publisher": "MicroPythonOS",
0 commit comments