First release.
- Android Quick Settings tile (API 24+) that opens the app at a configured deep link
- Tile active/inactive state that survives the app being killed (
setTileActive) requestAddTile()prompt on Android 13+,moveTaskToBack(),isAvailable()- iOS 18 Control Center control generated via
@bacons/apple-targets— static in this release:setTileActiveis Android-only and does not change the control - Optional iOS app group (
ios.appGroup), claimed by both the app and the extension, for a container they can share — nothing reads from it yet - Config plugin:
label,url,android.icon/requireUnlock/appendTimestamp,ios.systemImage/deploymentTarget/appGroup/delegateToAppleTargets
Requires a development build and Expo Modules — see the README for the bare React Native path.