1
0
mirror of https://github.com/UberGuidoZ/Flipper.git synced 2025-01-13 01:00:13 +00:00
Flipper/Applications/Official/source-OLDER/xMasterX/bpmtapper/application.fam

14 lines
309 B
Plaintext

App(
appid="BPM_Tapper",
name="BPM Tapper",
apptype=FlipperAppType.EXTERNAL,
entry_point="bpm_tapper_app",
cdefines=["APP_BPM_TAPPER"],
requires=["gui"],
stack_size=2 * 1024,
fap_icon="bpm_10px.png",
fap_category="Music_Extra",
fap_icon_assets="icons",
order=15,
)