forked from trent_larson/crowd-funder-for-time-pwa
- Add force-stop before deep link execution - Remove URL encoding for deep link paths - Simplify deep link schema definitions - Remove unused route mappings - Add proper app package name for force-stop Technical Changes: - Remove redundant URL encoding for deep link paths - Add force-stop for app.timesafari.app before deep links - Add sleep delay after force-stop for reliability - Remove unused route mappings from routeMap - Simplify DID schema to only require id field This improves deep link testing reliability by properly resetting app state before each test and simplifies the deep link handling code by removing unused routes and redundant URL encoding.