Update apps (only manifest changes)

This commit is contained in:
Willy-JL
2023-07-04 20:09:30 +02:00
parent 1e700f19a2
commit a4dd9f4d8a
40 changed files with 152 additions and 15 deletions

View File

@@ -14,11 +14,3 @@ App(
fap_icon="music_10px.png",
fap_category="Media",
)
App(
appid="music_beeper_start",
apptype=FlipperAppType.STARTUP,
entry_point="music_beeper_on_system_start",
requires=["music_beeper"],
order=30,
)