Flipper/Applications/Official/DEV_FW/source/grnch/orgasmotron/application.fam
2022-12-28 22:34:27 -08:00

13 lines
281 B
Plaintext

App(
appid="Orgasmotron",
name="Orgasmotron",
apptype=FlipperAppType.EXTERNAL,
entry_point="orgasmotron_app",
cdefines=["ORGASMOTRON"],
requires=["gui"],
stack_size=1 * 1024,
order=20,
fap_icon="orgasmotron_10px.png",
fap_category="Misc",
)