mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
* 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>
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"js_app",
|
|
# "archive",
|
|
],
|
|
)
|