application.fam 228 B

123456789
  1. App(
  2. appid="notification_settings",
  3. name="LCD and Notifications",
  4. apptype=FlipperAppType.SETTINGS,
  5. entry_point="notification_settings_app",
  6. requires=["notification"],
  7. stack_size=1 * 1024,
  8. order=20,
  9. )