|
|
@@ -2,16 +2,16 @@
|
|
|
|
|
|
App(
|
|
|
appid="weebo", # Must be unique
|
|
|
- name="App weebo", # Displayed in menus
|
|
|
+ name="Weebo", # Displayed in menus
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="weebo_app",
|
|
|
stack_size=2 * 1024,
|
|
|
- fap_category="Examples",
|
|
|
+ fap_category="NFC",
|
|
|
# Optional values
|
|
|
- # fap_version="0.1",
|
|
|
+ fap_version="0.1",
|
|
|
fap_icon="weebo.png", # 10x10 1-bit PNG
|
|
|
- # fap_description="A simple app",
|
|
|
- # fap_author="J. Doe",
|
|
|
- # fap_weburl="https://github.com/user/weebo",
|
|
|
+ fap_description="A maker",
|
|
|
+ fap_author="bettse",
|
|
|
+ fap_weburl="https://github.com/bettse/weebo",
|
|
|
fap_icon_assets="images", # Image assets to compile for this application
|
|
|
)
|