2023-08-22 16:40:59 +00:00
|
|
|
App(
|
2023-10-26 21:38:18 +00:00
|
|
|
appid="skeleton_app",
|
|
|
|
name="[WIP] Skeleton Sample App",
|
2023-08-22 16:40:59 +00:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2023-10-26 21:38:18 +00:00
|
|
|
entry_point="main_skeleton_app",
|
2023-08-22 16:40:59 +00:00
|
|
|
stack_size=4 * 1024,
|
|
|
|
requires=[
|
|
|
|
"gui",
|
|
|
|
],
|
|
|
|
order=10,
|
|
|
|
fap_icon="app.png",
|
|
|
|
fap_category="GPIO",
|
|
|
|
fap_icon_assets="assets",
|
2023-10-26 21:38:18 +00:00
|
|
|
fap_description="Skeleton Sample App. This is intended to be used as a starting point for new applications with one primary screen.",
|
2023-08-22 16:40:59 +00:00
|
|
|
)
|