mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
App(
|
|
appid="counter",
|
|
name="Counter",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="counterapp",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_category="Tools",
|
|
fap_icon="icons/counter_icon.png",
|
|
fap_icon_assets="icons",
|
|
fap_author="@Krulknul",
|
|
fap_weburl="https://github.com/Krulknul/dolphin-counter",
|
|
fap_version="1.1",
|
|
fap_description="Simple counter",
|
|
)
|