Files
MicroPythonOS/internal_filesystem/apps/com.example.helloworld/META-INF/MANIFEST.JSON
T
2025-05-16 14:29:08 +02:00

13 lines
441 B
JSON

{
"name": "HelloWorld",
"publisher": "ACME Inc",
"short_description": "Minimal app",
"long_description": "Demonstrates the simplest app.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk",
"fullname": "com.example.helloworld",
"version": "0.0.1",
"entrypoint": "assets/hello.py",
"category": "development"
}