mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +00:00
15 lines
314 B
Plaintext
15 lines
314 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_Extra",
|
|
order=20,
|
|
)
|