mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
19 lines
336 B
Plaintext
19 lines
336 B
Plaintext
App(
|
|
appid="main_apps",
|
|
name="Basic applications for main menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"subghz",
|
|
"lfrfid",
|
|
"nfc",
|
|
"infrared",
|
|
"gpio",
|
|
"onewire",
|
|
"ibutton",
|
|
"bad_kb",
|
|
"u2f",
|
|
"xtreme_app",
|
|
"archive",
|
|
],
|
|
)
|