DragonWind/chrome-extension
Zac Gaetano b3f669afe4 fix: extension defaulting to UDP mode causing upload failures
The extension was saving and restoring UDP mode from storage. If UDP
was previously selected and the relay isn't configured, every upload
immediately fails with "UDP relay not configured".

- Default to HTTP mode on fresh installs (no saved mode)
- Before UDP upload, check /api/health relayConfigured flag and
  auto-fall-back to HTTP with a warning if relay isn't set up

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 22:00:20 -04:00
..
images Fix extension icons and AMPP autofill 2026-04-06 21:05:46 -04:00
background.js feat: Dragon Wind v1.0 — dual-mode broadcast uploader 2026-04-05 20:05:34 -04:00
content.js feat: Dragon Wind v1.0 — dual-mode broadcast uploader 2026-04-05 20:05:34 -04:00
manifest.json fix: Chrome extension MV3 CSP violations and missing alarms permission 2026-04-06 21:38:50 -04:00
popup.html fix: Chrome extension MV3 CSP violations and missing alarms permission 2026-04-06 21:38:50 -04:00
popup.js fix: extension defaulting to UDP mode causing upload failures 2026-04-06 22:00:20 -04:00