mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
App(
|
|
appid="counter",
|
|
name="Counter",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="counterapp",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_category="Misc",
|
|
fap_icon="icons/counter_icon.png",
|
|
fap_icon_assets="icons",
|
|
)
|