2022-07-29 14:48:51 +00:00
|
|
|
App(
|
2023-06-02 10:42:44 +00:00
|
|
|
appid="barcode_generator",
|
2022-11-07 15:31:17 +00:00
|
|
|
name="Barcode Generator",
|
2022-09-15 16:37:06 +00:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2022-11-07 15:31:17 +00:00
|
|
|
entry_point="barcode_generator_app",
|
2022-07-29 14:48:51 +00:00
|
|
|
requires=[
|
|
|
|
"gui",
|
|
|
|
"dialogs",
|
|
|
|
],
|
|
|
|
stack_size=1 * 1024,
|
|
|
|
order=50,
|
2022-09-14 22:14:55 +00:00
|
|
|
fap_icon="barcode_10px.png",
|
|
|
|
fap_category="Misc",
|
2023-06-29 16:18:49 +00:00
|
|
|
fap_author="@xMasterX & @msvsergey & @McAzzaMan",
|
|
|
|
fap_version="1.0",
|
|
|
|
fap_description="App displays Barcode on flipper screen and allows to edit it",
|
2022-07-29 14:48:51 +00:00
|
|
|
)
|