mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
App(
|
|
appid="zero_tracker",
|
|
name="Zero Tracker",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="zero_tracker_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=4 * 1024,
|
|
order=20,
|
|
fap_icon="zero_tracker.png",
|
|
fap_category="Media",
|
|
fap_author="@DrZlo13",
|
|
fap_weburl="https://github.com/DrZlo13/flipper-zero-music-tracker",
|
|
fap_version="1.1",
|
|
fap_description="App plays hardcoded tracker song",
|
|
)
|