Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.filemanager/META-INF/MANIFEST.JSON
T
Thomas Farstrike d0444f10cb Add file manager app
2025-07-05 02:26:59 +02:00

25 lines
766 B
JSON

{
"name": "File Manager",
"publisher": "MicroPythonOS",
"short_description": "Manage files",
"long_description": "Traverse around the filesystem and manage files and folders you find..",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.explorer/icons/com.micropythonos.filemanager.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.fileexplorer/mpks/com.micropythonos.filemanager.0.1.mpk",
"fullname": "com.micropythonos.filemanager",
"version": "0.0.1",
"category": "development",
"activities": [
{
"entrypoint": "assets/file_manager.py",
"classname": "FileManager",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}