| 123456789101112131415 |
- App(
- appid="fap_loader",
- name="Applications",
- apptype=FlipperAppType.APP,
- entry_point="fap_loader_app",
- cdefines=["APP_FAP_LOADER"],
- requires=[
- "gui",
- "storage",
- "loader",
- ],
- stack_size=int(1.5 * 1024),
- icon="A_Plugins_14",
- order=90,
- )
|