docs(launcher): document post delay override

This commit is contained in:
Scott Idem
2026-05-13 12:22:11 -04:00
parent 1374f0728e
commit 36bd32f172
3 changed files with 20 additions and 15 deletions

View File

@@ -202,8 +202,9 @@ The native layer should not invent or guess a default launch path.
The built-in defaults are organized as canonical profile names plus extension aliases. That
lets multiple file types share one profile without repeating the same app/script details.
URL-based presentations remain a special pseudo-extension handled separately from the cache
open flow.
The profile object also carries `post_delay_ms`, so a device-specific `launch_profiles`
override can tune the delay without changing the bridge contract. URL-based presentations
remain a special pseudo-extension handled separately from the cache open flow.
### Native Template Formats