Files
Thomas Farstrike 477b6726b8 cz.ucw.pavel.navstar app: fix icon not showing
There was a mismatch between the app's fullname and the app's folder name.
2026-03-24 13:37:27 +01:00

25 lines
717 B
JSON

{
"name": "Navstar",
"publisher": "Pavel Machek",
"short_description": "Simple navigation app.",
"long_description": "Simple navigation app using data from NAVSTAR GPS and other GNSS systems.",
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/icons/cz.ucw.pavel.navstar_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/mpks/cz.ucw.pavel.navstar_0.0.1.mpk",
"fullname": "cz.ucw.pavel.navstar",
"version": "0.0.1",
"category": "utilities",
"activities": [
{
"entrypoint": "assets/main.py",
"classname": "Main",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}