mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
85e5642b2a
* feat: js sdk * refactor: move js back where it belongs * docs: generate docs using typedoc * feat: sdk versioning scheme * ci: silence pvs warning * docs: bring back old incomplete js docs * style: readAnalog naming * fix: rename script compatibility screens Co-authored-by: あく <alleteam@gmail.com>
10 lines
200 B
Text
10 lines
200 B
Text
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"js_app",
|
|
# "archive",
|
|
],
|
|
)
|