Build-time deep-link hardening for NativePHP Mobile via a post_compile hook:
- Scope the Android App Link intent-filter to configured path prefixes
(instead of NativePHP's whole-host android:pathPrefix="/").
- Preserve array query params through the WebView bridge by passing the
original percent-encoded query to PHP verbatim (fixes Livewire array
#[Url] props / addable rows arriving empty on deep links).
Idempotent + guarded transforms; iOS is a no-op (AASA + Swift URL.query).
Co-Authored-By: Claude <noreply@anthropic.com>