Files
MicroPythonOS/internal_filesystem/apps/com.example.draw/META-INF/MANIFEST.JSON
T
2025-05-08 20:28:52 +02:00

14 lines
419 B
JSON

{
"name": "Draw",
"publisher": "ACME Inc",
"short_description": "Simple drawing app",
"long_description": "Draw simple shapes on the screen.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk",
"fullname": "com.example.draw",
"version": "0.0.1",
"entrypoint": "assets/draw.py",
"category": "art"
}