mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix appstore, icons etc
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
"publisher": "MicroPythonOS",
|
||||
"short_description": "Simple launcher to start apps.",
|
||||
"long_description": "",
|
||||
"icon_url": "https://apps.micropythonos.com/icons/com.micropythonos.launcher_0.0.3.mpk_icon_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/mpks/com.micropythonos.launcher_0.0.3.mpk",
|
||||
"icon_url": "https://apps.micropythonos.com/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.3_64x64.png",
|
||||
"download_url": "https://apps.micropythonos.com/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.3.mpk",
|
||||
"fullname": "com.micropythonos.launcher",
|
||||
"version": "0.0.3",
|
||||
"category": "launcher",
|
||||
"activities": [
|
||||
{
|
||||
"entrypoint": "assets/launcher.py",
|
||||
"classname": "MainActivity",
|
||||
"classname": "Launcher",
|
||||
"intent_filters": [
|
||||
{
|
||||
"action": "main",
|
||||
|
||||
Reference in New Issue
Block a user