author: Christian Cleberg <hello@cleberg.net> · 2026-07-16T22:36:45Z
Fix Safari extension manifest for App Store upload
The non-persistent background declares scripts without a service_worker,
so App Store validation (code 90849) requires the persistent flag to be
explicitly false on iOS/iPadOS. Add "persistent": false.