mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 23:10:16 +00:00
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
App(
|
|
appid="qrcode",
|
|
name="QR Code",
|
|
fap_version=(1,1),
|
|
fap_description="Display qrcodes",
|
|
fap_author="Bob Matcuk",
|
|
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="qrcode_app",
|
|
stack_size=2 * 1024,
|
|
cdefines=["APP_QRCODE"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
fap_category="Misc_Extra",
|
|
fap_icon="icons/qrcode_10px.png",
|
|
fap_icon_assets="icons",
|
|
)
|