mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
App(
|
|
appid="barcode_generator",
|
|
name="Barcode Generator",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="barcode_generator_app",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=50,
|
|
fap_icon="barcode_10px.png",
|
|
fap_category="Tools",
|
|
fap_author="@xMasterX & @msvsergey & @McAzzaMan",
|
|
fap_version="1.0",
|
|
fap_description="App displays Barcode on flipper screen and allows to edit it",
|
|
)
|