Files
Momentum-Firmware/applications/external/counter/application.fam
2023-07-04 20:09:30 +02:00

16 lines
361 B
Plaintext

App(
appid="counter",
name="Counter",
apptype=FlipperAppType.EXTERNAL,
entry_point="counterapp",
requires=[
"gui",
],
fap_category="Misc",
fap_icon="counter_icon.png",
fap_author="@Krulknul",
fap_weburl="https://github.com/Krulknul/dolphin-counter",
fap_version="1.0",
fap_description="Simple counter",
)