mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
There was a mismatch between the app's fullname and the app's folder name.
25 lines
717 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|