2022-08-07 03:02:01 +03:00
|
|
|
App(
|
2023-06-02 13:42:44 +03:00
|
|
|
appid="subghz_playlist",
|
2022-09-11 02:09:02 +03:00
|
|
|
name="Sub-GHz Playlist",
|
2022-09-15 19:37:06 +03:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2022-08-08 01:05:49 +03:00
|
|
|
entry_point="playlist_app",
|
2022-08-11 21:47:08 +03:00
|
|
|
requires=["storage", "gui", "dialogs", "subghz"],
|
2022-08-07 03:02:01 +03:00
|
|
|
stack_size=2 * 1024,
|
2022-09-10 17:04:15 +03:00
|
|
|
order=14,
|
2022-09-15 18:27:27 +03:00
|
|
|
fap_icon="playlist_10px.png",
|
2023-02-27 23:13:52 +03:00
|
|
|
fap_category="Sub-GHz",
|
2022-10-28 19:12:31 +03:00
|
|
|
fap_icon_assets="images",
|
2023-06-29 19:18:49 +03:00
|
|
|
fap_author="@darmiel",
|
|
|
|
fap_version="1.0",
|
|
|
|
fap_description="App works with list of sub-ghz files from .txt file that contains paths to target files.",
|
2022-08-07 03:02:01 +03:00
|
|
|
)
|