Files

25 lines
772 B
JSON
Raw Permalink Normal View History

2025-07-05 02:26:59 +02:00
{
"name": "File Manager",
"publisher": "MicroPythonOS",
"short_description": "Manage files",
"long_description": "Traverse around the filesystem and manage files and folders you find..",
2026-01-26 20:21:53 +01:00
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/icons/com.micropythonos.filemanager_0.0.5_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.filemanager/mpks/com.micropythonos.filemanager_0.0.5.mpk",
2025-07-05 02:26:59 +02:00
"fullname": "com.micropythonos.filemanager",
2026-01-26 20:21:53 +01:00
"version": "0.0.5",
2025-07-05 02:26:59 +02:00
"category": "development",
"activities": [
{
"entrypoint": "assets/file_manager.py",
"classname": "FileManager",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}