Skip to content

Commit 1bcdeb8

Browse files
Fix Draw app URL
1 parent 67dd919 commit 1bcdeb8

File tree

1 file changed

+3
-3
lines changed
  • internal_filesystem/apps/com.micropythonos.draw/META-INF

1 file changed

+3
-3
lines changed

internal_filesystem/apps/com.micropythonos.draw/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Simple drawing app",
55
"long_description": "Draw simple shapes on the screen.",
6-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.micropythonos.draw_0.0.1.mpk_icon_64x64.png",
7-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.micropythonos.draw_0.0.1.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.1.mpk_icon_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.1.mpk",
88
"fullname": "com.micropythonos.draw",
99
"version": "0.0.1",
10-
"category": "art",
10+
"category": "graphics",
1111
"activities": [
1212
{
1313
"entrypoint": "assets/draw.py",

0 commit comments

Comments
 (0)