mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
App(
|
|
appid="caesar_cipher",
|
|
name="Caesar Cipher",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="caesar_cipher_app",
|
|
cdefines=["APP_CAESAR_CIPHER"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
fap_icon="caesar_cipher_icon.png",
|
|
fap_category="Misc",
|
|
order=20,
|
|
)
|