mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
App(
|
|
appid="counter",
|
|
name="Counter",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="counterapp",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_category="Misc",
|
|
fap_icon="icons/counter_icon.png",
|
|
fap_icon_assets="icons",
|
|
) |