Files
MicroPythonOS/internal_filesystem/apps/com.micropythonos.filemanager/META-INF/MANIFEST.JSON
T
2025-11-23 07:58:57 +01:00

25 lines
772 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.filemanager/icons/com.micropythonos.filemanager_0.0.3_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/mpks/com.micropythonos.filemanager_0.0.3.mpk",
"fullname": "com.micropythonos.filemanager",
"version": "0.0.3",
"category": "development",
"activities": [
{
"entrypoint": "assets/file_manager.py",
"classname": "FileManager",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}