Files
2026-01-27 16:31:02 +01:00

25 lines
796 B
JSON

{
"name": "AppStore",
"publisher": "MicroPythonOS",
"short_description": "Store for App(lication)s",
"long_description": "This is the place to discover, find, install, uninstall and upgrade all the apps that make your device useless.",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.1.2_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.1.2.mpk",
"fullname": "com.micropythonos.appstore",
"version": "0.1.2",
"category": "appstore",
"activities": [
{
"entrypoint": "assets/appstore.py",
"classname": "AppStore",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}