mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
App(
|
|
appid="Caesar_Cipher",
|
|
name="Caesar Cipher",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
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,
|
|
)
|