feat(launcher): add device launch timing override

This commit is contained in:
Scott Idem
2026-05-13 12:34:36 -04:00
parent 36bd32f172
commit 4923099cfb
8 changed files with 264 additions and 8 deletions

View File

@@ -326,7 +326,8 @@ immediately. See `PROJECT__AE_Events_Launcher_Native_integration.md` Section 8.
These are the initial built-in defaults shipped with the Launcher. They are the Svelte-side
fallbacks used when neither device config nor event config defines a profile for the file
extension. Each canonical profile can have multiple extension aliases. `post_delay_ms` is part
of the profile object, so a device-specific `launch_profiles` entry can override it later.
of the profile object, so a device-specific `other_json.launcher.post_delay_ms` override can
tune it later without changing the profile table.
| Profile name | Extension aliases | Default app | Display mode | Post delay | Notes |
|---|---|---|---|---|---|