A minimal Progressive Web App (PWA) that runs a respring-style script inside a sandboxed iframe.
All credits go to neonmodder123 on GitHub. You can find the original web respring files on the neonmodder123.github.io repo.
- Install-only behavior (runs only when added to Home Screen)
- Offline support via Service Worker
- Minimal UI with auto execution when launched
- Sandbox isolation using iframe
- When opened in a browser → shows install instructions
- When installed as PWA → automatically runs the script
- Assets are cached for offline usage
- HTTPS hosting
- Safari (iOS) or Chromium-based browser (Android)
- Open the site in Safari
- Tap Share
- Tap "Add to Home Screen"
- Launch from home screen
- iOS ignores manifest icons, uses apple-touch-icon instead
- Service Worker avoids caching redirects for compatibility
- Designed for experimental / educational purposes