Files
MicroPythonOS/internal_filesystem/apps/com.example.memtest/META-INF/MANIFEST.JSON
T
2025-05-08 12:34:52 +02:00

13 lines
483 B
JSON

{
"name": "Memory Tester",
"publisher": "ACME Inc",
"short_description": "RAM Memory Test",
"long_description": "Experimentally determines how many RAM memory buffers can be allocated.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
"fullname": "com.example.memtest",
"version": "0.0.1",
"entrypoint": "assets/memtest.py",
"category": "benchmarking"
}